| Crates.io | rsmdc |
| lib.rs | rsmdc |
| version | 0.1.0 |
| created_at | 2022-09-05 16:31:45.040002+00 |
| updated_at | 2022-09-05 16:31:45.040002+00 |
| description | rsmdc is a Rust Markdown to HTML converter |
| homepage | |
| repository | |
| max_upload_size | |
| id | 658938 |
| size | 30,742 |
rsmdc is a Markdown to HTML converter written in Rust.
First install the binary:
cargo install rsmdc
Then you can use it like this to print the HTML to stdout:
rsmdc --filename [file]
Or like this to write the HTML to a file:
rsmdc --filename [file] --save [path]