tree: d070667aae978e7fc456697573a533009720ae21 [path history] [tgz]
  1. app.dart
  2. favicon.png
  3. highlight.dart
  4. index.html
  5. README.md
  6. style.css
pkgs/markdown/example/README.md

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