Mon, 06 Jul 2020 13:01:18 -0500
Use @neilsustc/markdown-it-katex instead of markdown-it-katex.
The latter is broken
--- title: This is a sub-page of an lgen test page renderer: markdown-it --- With the pandoc-renderer in this page, we can use GitHub-flavoured markdown, including syntax highlighting ```lua if math.random() > 0.5 io.write('Hello World') end ``` We can also do math $x^2$ with KaTeX $$ \sum_{k=1}^\infty \frac{1}{k} = \infty. $$