Web application for converting Markdown to HTML in real-time.
This crate uses yew to generate a Web app based on WebAssembly that can be deployed to any static site hosting.
First, add WebAssembly as a compilation target with:
rustup target add wasm32-unknown-unknown
Now install Trunk with:
cargo install --locked trunk
Now start the dev server with:
trunk serve --open