MARKED-MAN(1) | MARKED-MAN(1) |
marked-man - markdown to roff
marked-man README.md > doc/marked-man.1
See marked README https://github.com/chjj/marked for documentation about how to use marked.
Note that marked-man --format=html is the same as marked.
marked-man wraps marked to extend it with groff output support in order to create Unix manual pages for use with man.
marked-man invokes marked --gfm --sanitize, and you
can pass additional options through.
The --breaks option, which retains intra-paragraph line breaks, can be
helpful to match default ronn behavior.
marked-man adds some options to marked's existing options:
From the npm registry https://npmjs.com:
npm install marked-man [--save|--save-dev|--save-optional]
[sudo] npm install marked-man -g
To view this README as a man page, run something like the following:
marked-man --version v0.1.0 --manual 'Man Utilities' README.md > /tmp/mm$$.1 && man /tmp/mm$$.1
Ronn https://github.com/rtomayko/ronn
See marked-man repository https://github.com/kapouer/marked-man.
January 1979 |