Man page - markdown-calibre(1)
Packages contains this manual
- calibre-server(1)
- fetch-ebook-metadata(1)
- lrs2lrf(1)
- ebook-convert(1)
- markdown-calibre(1)
- calibre-parallel(1)
- ebook-device(1)
- ebook-polish(1)
- calibre-complete(1)
- ebook-meta(1)
- calibre(1)
- web2disk(1)
- lrfviewer(1)
- ebook-edit(1)
- calibre-debug(1)
- calibre-customize(1)
- lrf2lrs(1)
- calibre-smtp(1)
- calibredb(1)
- ebook-viewer(1)
apt-get install calibre
Manual
MARKDOWN-CALIBRE
NAMESYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
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
--version
show programâs version number and exit
-h , --help
show this help message and exit
-f OUTPUT_FILE , --file = OUTPUT_FILE
Write output to OUTPUT_FILE . Defaults to STDOUT.
-e ENCODING , --encoding = ENCODING
Encoding for input and output files.
-o OUTPUT_FORMAT , --output_format = OUTPUT_FORMAT
Use output format âxhtmlâ (default) or âhtmlâ.
-n , --no_lazy_ol
Observe number of first item of ordered lists.
-x EXTENSION , --extension = EXTENSION
Load extension EXTENSION .
-c CONFIG_FILE , --extension_configs = CONFIG_FILE
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.
-q , --quiet
Suppress all warnings.
-v , --verbose
Print all warnings.
--noisy
Print debug messages.
SEE ALSO
calibre (1)