mmark

Powerful markdown processor in Go for IETF document creation

brewmacoslinux
Try with needOr install directly
Source

About

Powerful markdown processor in Go geared towards the IETF

Commands

mmark

Examples

Convert markdown file to XML for IETF RFC processing$ mmark -xml input.md > output.xml
Generate HTML output from markdown document$ mmark -html input.md > output.html
Process markdown with IETF extensions and save as text$ mmark -text input.md > output.txt