jgm / djot.js

JavaScript implementation of djot
MIT License
141 stars 15 forks source link

renderDjot: omit auto generated attributes and reference #75

Closed black-desk closed 6 months ago

black-desk commented 6 months ago

Close #69

Signed-off-by: black-desk me@black-desk.cn

jgm commented 6 months ago

I think I like this plan, even though it makes the model a bit more complex. It would be good to have some automated tests; it is a big change.

black-desk commented 6 months ago

I will add some tests few days later.

black-desk commented 6 months ago

pandoc.spec.ts seems already contains tests for attrs and references.

black-desk commented 6 months ago

@jgm done.