rsmdc 0.1.0

rsmdc is a Rust Markdown to HTML converter
rsmdc-0.1.0 is not a library.

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]