#html #markdown-html #markdown #command-line-tool #cli

app md2html

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

3 releases

0.1.2 Oct 14, 2020
0.1.1 Oct 12, 2020
0.1.0 Oct 12, 2020

#69 in #markdown-html

MIT license

550KB
60 lines

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

Dependencies

~3MB
~64K SLoC