Noah Hellman
0ef3681b1b
jotdown_wasm: add output option for indented events
...
make events more readable, more resembling an AST
2023-04-05 21:17:33 +02:00
Noah Hellman
f3732693c6
jotdown_wasm: add option to show events
...
provide 1:1 representation of events to help explore how events are
emitted
2023-04-05 21:17:33 +02:00
Noah Hellman
122cb84d2d
jotdown_wasm: use full viewport
2023-04-05 21:17:33 +02:00
Noah Hellman
d5803c4a12
jotdown_wasm: create html wrapper
...
demo.html can be included in another html file, create a html file that
includes demo.html for the demo, rather than using demo.html directly
and letting the browser add <html>, <body> etc
2023-04-05 21:17:33 +02:00
Noah Hellman
4cacb61a68
jotdown_wasm: rm unmatched closing div
2023-04-05 21:17:33 +02:00
Noah Hellman
d175ab4f47
jotdown_wasm: rm debug print
2023-04-05 21:17:33 +02:00
Noah Hellman
e8503e28fd
lib: add Render::render_{event, prologue, epilogue}
...
derive push/write automatically from these
2023-04-05 21:17:33 +02:00
kmaasrud
d7f2c0a819
implement Render trait for html::Renderer
2023-02-10 09:46:18 +01:00
Noah Hellman
5a882764f7
examples: add wasm online demo
2023-02-05 20:41:59 +01:00