markdown 7.3.1
markdown: ^7.3.1 copied to clipboard
A portable Markdown library written in Dart that can parse Markdown into HTML.
Commands must be executed from the /markdown directory.
Run locally with JavaScript development compiler:
dart run build_runner serve example
Build production JS and WebAssembly:
dart run build_runner build -o example:build --release