commonmark / cmark

CommonMark parsing and rendering library and program in C
Other
1.65k stars 547 forks source link

add support for groff mom filter #358

Closed KatolaZ closed 4 years ago

KatolaZ commented 4 years ago

Hello, I added a simple filter for the groff mom package. The filter uses mom macros for most of the NODEs, and produces nicer output than man for letters or manuscript-like md sources.

KatolaZ commented 4 years ago

checking why the test is failing and will resubmit