ronn

Converts markdown to man pages and HTML documentation

brewmacoslinux
Try with needOr install directly
Source

About

Builds manuals - the opposite of roff

Commands

ronn

Examples

Convert a markdown file to a man page$ ronn README.md
Generate man page and HTML from markdown with custom section$ ronn --roff --html mycommand.1.ronn
Convert markdown to man page and view it$ ronn --man script.1.ronn && man ./script.1