mmarkdown / mmark

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

renderer/html: fix outputting references #47

Closed miekg closed 5 years ago

miekg commented 5 years ago

Dont print the reference part of a reference if it isn't defined. And enable the parsing test of the .md files in the rfc directory. Also add HTML and markdown parsing to the list, so we exercise all renderers.

Fixes: #46