DOKK / manpages / debian 12 / calibre / markdown-calibre.1.en
MARKDOWN-CALIBRE(1) User Commands MARKDOWN-CALIBRE(1)

markdown-calibre - convert Markdown text to XHTML/HTML

markdown-calibre [options] [INPUTFILE]

(STDIN is assumed if no INPUTFILE is given)

A Python implementation of John Gruber's Markdown.

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

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.

calibre(1)

August 2021 markdown-calibre