mmarkdown / mmark

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

Don't output references in the HTML output #90

Closed miekg closed 5 years ago

miekg commented 5 years ago
are XML2RFC XML tags and should not be outputted in the HTML. Make a new ast: mast.ReferenceBlock to refer to these and ignore those in the mhtml handler. For xml and xml2 they *do* need to be outputted. Signed-off-by: Miek Gieben