#markdown-html #converter #filenames #save #path

app rsmdc

rsmdc is a Rust Markdown to HTML converter

1 unstable release

0.1.0 Sep 5, 2022

#66 in #markdown-html

Download history 10/week @ 2024-02-26 93/week @ 2024-03-04

103 downloads per month

MIT license

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

~4.5–6MB
~110K SLoC