This project is still in active development, use it at your own risk!
Simple Markdown to HTML compiler written in Rust.
- Headings
- Paragraphs
- Italic
- Bold
- Multi-line code blocks
- Unordered lists
- Line Breaks
$ cargo run -- <filepath>.md
$ cargo build
$ ./target/debug/tmdc <filepath>.md
Test files can be found in the examples dir.