GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MD2HTML(1) General Commands Manual MD2HTML(1)

md2html - convert Markdown to HTML

md2html [OPTION]... [FILE]

-o, --output=OUTFILE
Write output to OUTFILE instead of stdout(3)
-f, --full-html
Generate full HTML document, including header
-s, --stat
Measure time of input parsing
-h, --help
Display help and exit
-v, --version
Display version and exit

--commonmark
CommonMark (the default)
--github
Github Flavored Markdown

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

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

https://github.com/mity/md4c
June 2019

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.