readme: note web demo usefulness
This commit is contained in:
parent
754a93ec63
commit
23d4a1f129
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue