#html #markdown #file #parsed #read #return #nightly

nightly app mdread-donot-use-test-only

Read a markdown file and return a parsed html file

1 unstable release

0.1.0 Jul 5, 2020

#27 in #parsed

22 downloads per month

MIT license

4KB

How to Run

This needs nightly version of to run

rustup install nightly

and to compile this and run, use this command:

cargo +nightly run -- test_data/hello.md

OR make nightly as default rust

rustup override set nightly

How to run

cargo run -- test_data/hello.md -w --css foo.css

Dependencies

~3MB
~60K SLoC