md2html

Crates.iomd2html
lib.rsmd2html
version0.1.2
sourcesrc
created_at2020-10-12 16:17:00.112013
updated_at2020-10-14 14:11:35.96259
descriptionCLI utility to convert markdown files into the most beautiful HTML you have ever seen.
homepage
repositoryhttps://github.com/andremaha/md2html
max_upload_size
id298811
size762,746
Andrey Esaulov (andremaha)

documentation

README

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

Commit count: 21

cargo fmt