mmarkdown / mmark

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

markdown renderer #27

Closed miekg closed 6 years ago

miekg commented 6 years ago

This adds a markdown renderer for mmark. The main use (for me personally) will be a gofmt ability to reformat markdown in my editor.

The pkg/text package (included to not have to vendor) does some wrapping, but I saw some raggedness that I need to look into.