Note: This project is under heavy development and at very early stages.
This project is inteded to give a super optimized, blazing fast Markdown to HTML complier using the near native speeds of WebAssembly. This is achieved through compiling Rust to WebAssembly.
Currently only the basic syntax is under construction Ref. In future, support for different flavours will be added.
- Make sure you have Rust and Cargo installed. If not, do so using the instructions provided here.
- Clone the repo:
git clone https://github.com/sinclabs/rust_md_parser.git
- From the root directory of the project, run:
cargo build && cargo run