A tiny and terrible markdown compiler!
It is just out here trying to live its best life - compilin' simple Markdown files into valid HTML.
I got the ball rolling via inspiration from Jesse Lawson's Article: Getting Started with Rust by Building a Markdown Compiler - although I go about things a slightly different way.
Make sure Rust and Cargo are installed and then build / install dependencies with:
cargo build
Pass your test Markdown as a arg:
cargo run -q [test.md]