1MKD2HTML(1) BSD General Commands Manual MKD2HTML(1)
2
4 mkd2html — markdown to html converter
5
7 mkd2html [-css file] [-header string] [-footer string] [file]
8
10 mkd2html utility parses a markdown(7)-formatted textfile (or stdin if not
11 specified,) and generates a web page. It reads file or file.text
12 and writes the result in file.html (where file is the passed argument.)
13
14 mkd2html is part of discount.
15
17 -css file Specifies a CSS file.
18
19 -header string Specifies a line to add to the <header> tag.
20
21 -footer string Specifies a line to add before the <body> tag.
22
24 The mkd2html utility exits 0 on success, and >0 if an error occurs.
25
27 markdown(1), markdown(3), markdown(7), mkd-extensions(7).
28
30 David Parsons (orc@pell.portland.or.us)
31
32MASTODON January 10, 2010 MASTODON