Remove mmark

Closes #9350
This commit is contained in:
Bjørn Erik Pedersen 2022-01-04 13:26:23 +01:00
parent 2b6063c3e3
commit 1651beb2c1
11 changed files with 5 additions and 276 deletions

View file

@ -39,7 +39,6 @@ func TestConverterRegistry(t *testing.T) {
c.Assert(r.Get("markdown").Name(), qt.Equals, "goldmark")
checkName("goldmark")
checkName("mmark")
checkName("asciidocext")
checkName("rst")
checkName("pandoc")