| Crates.io | md2html |
| lib.rs | md2html |
| version | 0.1.2 |
| created_at | 2020-10-12 16:17:00.112013+00 |
| updated_at | 2020-10-14 14:11:35.96259+00 |
| description | CLI utility to convert markdown files into the most beautiful HTML you have ever seen. |
| homepage | |
| repository | https://github.com/andremaha/md2html |
| max_upload_size | |
| id | 298811 |
| size | 762,746 |
CLI utility to convert markdown files into the most beautiful HTML you have ever seen.
cargo install md2html
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