tree: a8eac10da1a7b79c6bf43f91efeb7486fb4116c7 [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