Scroll to navigation

MD2HTML(1) General Commands Manual MD2HTML(1)

NAME

md2html - convert Markdown to HTML

SYNOPSIS

md2html [OPTION]... [FILE]

OPTIONS

General options:

Write output to OUTFILE instead of stdout(3)
Generate full HTML document, including header
Measure time of input parsing
Display help and exit
Display version and exit

Markdown dialect options:

CommonMark (the default)
Github Flavored Markdown

Note: dialect options are equivalent to some combination of flags below.

Markdown extension options:

Collapse non-trivial whitespace
Do not translate entities
Allow ATX headers without delimiting space
Allow URL autolinks without "<" and ">" delimiters
Allow WWW autolinks without any scheme (e.g. "www.example.com")
Allow e-mail autolinks without "<", ">" and "mailto:"
Enable all 3 of the above permissive autolinks options
Force all soft breaks to act as hard breaks
Disable indented code blocks
Disable raw HTML blocks
Disable raw HTML spans
Same as --fno-html-blocks --fno-html-spans
Enable tables
Enable strikethrough spans
Enable task lists

SEE ALSO

https://github.com/mity/md4c

June 2019