logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mkd2html — markdown to html converter

Author

       David Parsons (orc@pell.portland.or.us)

MASTODON                                        January 10, 2010                                     MKD2HTML(1)

Description

mkd2html utility parses a markdown(7)-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.)

       mkd2html is part of discount.

Name

       mkd2html — markdown to html converter

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 mkd2html utility exits 0 on success, and >0 if an error occurs.

See Also

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

Synopsis

mkd2html [-cssfile] [-headerstring] [-footerstring] [file]

See Also