readme: note web demo usefulness

This commit is contained in:
Noah Hellman 2023-03-26 23:24:55 +02:00
parent 754a93ec63
commit 23d4a1f129

View file

@ -62,9 +62,12 @@ It will be placed in `~/.cargo/bin/jotdown`.
### Web demo ### Web demo
A version of Jotdown compiled to WebAssembly and runnable in a web browser is The web demo is a version of Jotdown compiled to WebAssembly and runnable in a
available at <https://hllmn.net/projects/jotdown/demo>. It can also be run web browser. It is useful for experimenting with the djot syntax and exploring
locally: what events are emitted or what output is rendered.
An online version is available at <https://hllmn.net/projects/jotdown/demo>. It
can also be run locally:
``` ```
$ cd examples/jotdown_wasm $ cd examples/jotdown_wasm