1 unstable release
0.1.0 | Sep 5, 2022 |
---|
#79 in #markdown-html
24KB
587 lines
rsmdc - Markdown to HTML converter
rsmdc is a Markdown to HTML converter written in Rust.
Usage
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]
Dependencies
~6.5MB
~117K SLoC