jgm / djot

A light markup language
https://djot.net
MIT License
1.66k stars 43 forks source link

Playground seems to fail with list examples #139

Closed eugenesvk closed 1 year ago

eugenesvk commented 1 year ago

Pasted the example from the docs

- one

  - two
  - three

and got nothing

pg
jgm commented 1 year ago

Hm, that's odd. Looks like it renders as soon as you add some non-list content below the list.

This just uses the C library, compiled to WASM by emscripten. The C lib doesn't do this by itself.

jgm commented 1 year ago

Actually this issue does show itself if you run with the -p option for source positions (this is enabled by default on the playground but the tests don't yet test it).