Scroll to navigation

MARKDOWN-CALIBRE(1) User Commands MARKDOWN-CALIBRE(1)

NAME

markdown-calibre - convert Markdown text to XHTML/HTML

SYNOPSIS

markdown-calibre [options] [INPUTFILE]

(STDIN is assumed if no INPUTFILE is given)

DESCRIPTION

A Python implementation of John Gruber's Markdown.

https://python-markdown.github.io/

OPTIONS

show program's version number and exit
show this help message and exit
Write output to OUTPUT_FILE. Defaults to STDOUT.
Encoding for input and output files.
Use output format 'xhtml' (default) or 'html'.
Observe number of first item of ordered lists.
Load extension EXTENSION.
Read extension configurations from CONFIG_FILE. CONFIG_FILE must be of JSON or YAML format. YAML format requires that a python YAML library be installed. The parsed JSON or YAML must result in a python dictionary which would be accepted by the 'extension_configs' keyword on the markdown.Markdown class. The extensions must also be loaded with the `--extension` option.
Suppress all warnings.
Print all warnings.
Print debug messages.

SEE ALSO

calibre(1)

August 2021 markdown-calibre