CaiJimmy / hugo-theme-stack

Card-style Hugo theme designed for bloggers
https://stack.jimmycai.com
GNU General Public License v3.0
4.89k stars 1.6k forks source link

fix: make KaTeX render all math inside `document.body` #994

Closed CaiJimmy closed 6 months ago

CaiJimmy commented 6 months ago

Since it only accepts one element, I cannot pass .article-content and #TableOfContent to it. The official documentation uses document.body directly, so I guess that's fine.

closes https://github.com/CaiJimmy/hugo-theme-stack/issues/882