discount-mkd2html (1) Linux Manual Page
NAME
mkd2html – markdown to html converter
SYNOPSIS
[-css file ] [-header string ] [-footer string ] [file ]
DESCRIPTION
utility parses a markdown(7)Ns-formatted textfile (or stdin if not specified,) and generates a web page. It reads file or file.text
is part of discount.
OPTIONS
-cssfile- Specifies a CSS file.
-headerstring- Specifies a line to add to the <header> tag.
-footerstring- Specifies a line to add before the </body> tag.
RETURN VALUES
The utility exits 0 on success, and >0 if an error occurs.
SEE ALSO
markdown(1), markdown(3), markdown(7), mkd-extensions7.
AUTHOR
An David Parsons (orc [at] pell.portland.or.us )
