promd
v1.0.1
Published
PROPHESSOR's Markdown to HTML converter template. Uses markdown-it
Downloads
9
Maintainers
Readme
PROMD - PROPHESSOR's template for markdown-it
Installation
npm i -g promd
Usage
promd filename.md > filename.html
cat filename.md | promd
promd
Getting help
promd --help
usage: promd [-h] [-v] [--no-html] [-l] [-t] [-s] [-b] [--trace] [-o OUTPUT]
[file]
Positional arguments:
file File to read
Optional arguments:
-h, --help Show this help message and exit.
-v, --version Show program's version number and exit.
--no-html Disable embedded HTML
-l, --linkify Disable autolink text
-t, --typographer Disable smartquotes and other typographic replacements
-s, --subsup Disable <sub/> (~text~) and <sup/> (^text^) features
-b, --breaks Glue several lines into one (don't put <br/> after
every line breaks)
--trace Show stack trace on error
-o OUTPUT, --output OUTPUT
File to write