Parent Directory | |||
CHANGES | 781 B | ||
LICENSE | 2.92 KiB | ||
README.md | 595 B | ||
TODO | 139 B | ||
bin/ | 14 B | ||
lib/ | 20 B | ||
package.json | 626 B |
Javascript port of [ronn], using [markdown-js] to produce roff man pages. Not fully compatible with [ronn], although it aims to be, wherever possible.
This outputs doc.roff from a markdown file :
ronn.js --build --roff doc.md
Command-line options are listed with -h
[markdown-js] parses markdown text to a document model, which in turn is used to ouput a man page.
[ronn]: http://github.com/rtomayko/ronn [markdown-js]: http://github.com/evilstreak/markdown-js