mmarkdown / mmark

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

Generate: nroff #68

Closed miekg closed 5 years ago

miekg commented 5 years ago

Implement nroff generation for manual pages. It works for the coredns markdown README.md's, but not everything has been implemented, notably tables.

Took quite a bunch of code from go-md2man to get started, still need to implement more mmark features.

List in list work correctly and no parapraphs are inserted, unless the list contains block level elements.

Basic tests have been added and the README.md and Syntax have been updated.

Generate our own manual page with mmark -man now.

atosatto commented 5 years ago

Ehi @miekg, I am afraid this PR has accidentally rewritten the mmark's README.md file. :(

It is now containing references to what I believe being CoreDNS's kubernetes plugin.

miekg commented 5 years ago

[ Quoting notifications@github.com in "Re: [mmarkdown/mmark] Generate: nro..." ]

Ehi @miekg, I am afraid this PR has accidentally rewritten the mmark's README.md file. :(

ah, thanks. Pushing older ones now.