md2html

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


Project maintained by andremaha Hosted on GitHub Pages — Theme by mattgraham

md2html

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

Installation

cargo install md2html

Usage

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

md2html input_file.md 

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

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

Available styles