Commands must be executed from the /markdown directory.
/markdown
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