mmarkdown / mmark

Mmark: a powerful markdown processor in Go geared towards the IETF
https://mmark.miek.nl
Other
480 stars 45 forks source link

Fix comment handling in xml xml2 output #94

Closed miekg closed 5 years ago

miekg commented 5 years ago

The comment handling and conversion to cref only worked for htmlSpan not for htmlBlock. Remove this special handling and discard comments regardless.

Add tests