rsmdc

Crates.iorsmdc
lib.rsrsmdc
version0.1.0
sourcesrc
created_at2022-09-05 16:31:45.040002
updated_at2022-09-05 16:31:45.040002
descriptionrsmdc is a Rust Markdown to HTML converter
homepage
repository
max_upload_size
id658938
size30,742
Mohamed Achaq (triyanox)

documentation

README

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]
Commit count: 0

cargo fmt