jez/pandoc-markdown-css-theme

sidenote numbering not incrementing

joecorsi opened this issue · 1 comments

sidenotes do not numerically increment. all of the sidenotes have the number '1'. it seems like there may be a conflict with the katex.min.css. if this line is commented out:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.1/dist/katex.min.css" />

the sidenotes increment correctly.

jez commented

This should be fixed as of 9bf0e93 which has also been released as 0.12.3 in the Jekyll theme.

Thanks for reporting, and sorry for the disruption.