Skip to content

Command-line interfaceΒΆ

pyromark --help
python -m pyromark --help

See Extensions for a description of the --enable-* options.

usage: pyromark [-h] [-v] [--enable-tables] [--enable-footnotes] [--enable-strikethrough] [--enable-tasklists] [--enable-smart-punctuation] [--enable-heading-attributes] [--enable-yaml-style-metadata-blocks] [--enable-pluses-delimited-metadata-blocks] [--enable-old-footnotes] [--enable-math] [--enable-gfm] file

Blazingly fast Markdown parser.

positional arguments:
  file                  input file path or '-' for stdin

options:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  --enable-tables
  --enable-footnotes
  --enable-strikethrough
  --enable-tasklists
  --enable-smart-punctuation
  --enable-heading-attributes
  --enable-yaml-style-metadata-blocks
  --enable-pluses-delimited-metadata-blocks
  --enable-old-footnotes
  --enable-math
  --enable-gfm