Converts Markdown into a single, self-contained HTML file.
- No external dependencies. Images and CSS are inline.
- Simple. No configuration... But you cannot customise the output.
Expects a markdown file as an argument and returns html on stdout or writes it to the second argument.
md2html MARKDOWN_FILE [HTML_FILE]