tlienart / Franklin.jl

(yet another) static site generator. Simple, customisable, fast, maths with KaTeX, code evaluation, optional pre-rendering, in Julia.
https://franklinjl.org
MIT License
932 stars 108 forks source link

Simplify TOC nesting code, fix for #1061 #1062

Closed mossr closed 6 months ago

mossr commented 6 months ago

I simplified how the TOC nesting occurs and fixed #1061 by recording the open_lists so we will guarantee closing the proper number of lists at the end.

yangcht commented 6 months ago

This fixes my issue.

tlienart commented 6 months ago

Thanks for the quick turn around!

mossr commented 6 months ago

My pleasure!