1MD2HTML(1)                  General Commands Manual                 MD2HTML(1)
2
3
4

NAME

6       md2html - convert Markdown to HTML
7

SYNOPSIS

9       md2html [OPTION]... [FILE]
10

OPTIONS

12   General options:
13       -o, --output=OUTFILE
14              Write output to OUTFILE instead of stdout(3)
15
16       -f, --full-html
17              Generate full HTML document, including header
18
19       -s, --stat
20              Measure time of input parsing
21
22       -h, --help
23              Display help and exit
24
25       -v, --version
26              Display version and exit
27
28   Markdown dialect options:
29       --commonmark
30              CommonMark (the default)
31
32       --github
33              Github Flavored Markdown
34
35       Note: dialect options are equivalent to some combination of flags
36       below.
37
38   Markdown extension options:
39       --fcollapse-whitespace
40              Collapse non-trivial whitespace
41
42       --fverbatim-entities
43              Do not translate entities
44
45       --fpermissive-atx-headers
46              Allow ATX headers without delimiting space
47
48       --fpermissive-url-autolinks
49              Allow URL autolinks without "<" and ">" delimiters
50
51       --fpermissive-www-autolinks
52              Allow WWW autolinks without any scheme (e.g. "www.example.com")
53
54       --fpermissive-email-autolinks
55              Allow e-mail autolinks without "<", ">" and "mailto:"
56
57       --fpermissive-autolinks
58              Enable all 3 of the above permissive autolinks options
59
60       --fno-indented-code
61              Disable indented code blocks
62
63       --fno-html-blocks
64              Disable raw HTML blocks
65
66       --fno-html-spans
67              Disable raw HTML spans
68
69       --fno-html
70              Same as --fno-html-blocks --fno-html-spans
71
72       --ftables
73              Enable tables
74
75       --fstrikethrough
76              Enable strikethrough spans
77
78       --ftasklists
79              Enable task lists
80

SEE ALSO

82       https://github.com/mity/md4c
83
84
85
86
87                                   June 2019                        MD2HTML(1)
Impressum