Skip to content

andremaha/md2html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages