md2html

CLI utility to convert markdown files into the most beautiful HTML you have ever seen.

Installation

bash cargo install md2html

Usage

Generates a file output.html with the default stylesheet and opens it in a browser.

bash md2html input_file.md

Generates a html file docs/samples/screen.html from a markdwon file sample.md using the style screen:

bash md2html sample.md --css screen -f docs/samples/screen.html

Available styles