nextjournal / markdown

A cross-platform clojure/script parser for Markdown
ISC License
46 stars 6 forks source link

Fix ToC in presence of block formulas #20

Closed zampino closed 10 months ago

zampino commented 10 months ago

The formula plugin we're using didn't restore the parser level after pushing their tokens, this messed up our criterium for adding nodes into the table of contents.

The bug was fixed upstream in v1.0.0 with https://github.com/goessner/markdown-it-texmath/pull/42.

Fixes #19.