promd

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i promd

Weekly Downloads

5

Version

1.0.1

License

MIT

Unpacked Size

20.9 kB

Total Files

7

Last publish

Collaborators

  • prophessor