ronn-ng

Build man pages from Markdown using ronn-ng

brewmacoslinux
Try with needOr install directly
Source

About

Build man pages from Markdown

Commands

ronn

Examples

Convert a Markdown file to a man page$ ronn mycommand.1.md
Generate man page and save to specific directory$ ronn -o man/ mycommand.1.md
Convert Markdown to HTML man page$ ronn --html -o html/ mycommand.1.md