discount-mkd2html (1) - Linux Manuals

discount-mkd2html: markdown to html converter

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
 and writes the result in file.html (where file is the passed argument.)

is part of discount.

OPTIONS

-css file
Specifies a CSS file.
-header string
Specifies a line to add to the <header> tag.
-footer string
Specifies a line to add before the </body> tag.

RETURN VALUES

The utility exits 0 on success, and >0 if an error occurs.

AUTHOR

An David Parsons (orc [at] pell.portland.or.us )

SEE ALSO

markdown(1), markdown(3), markdown(7), mkd-extensions7.