diff -r 3b937ef20faa -r 3c71c525cec2 example/src/subpage/index.html.lg --- a/example/src/subpage/index.html.lg Mon Jul 06 09:36:27 2020 -0500 +++ b/example/src/subpage/index.html.lg Mon Jul 06 10:56:23 2020 -0500 @@ -1,6 +1,6 @@ --- title: This is a sub-page of an lgen test page -renderer: pandoc +renderer: markdown-it --- With the pandoc-renderer in this page, we can use GitHub-flavoured markdown, @@ -12,3 +12,7 @@ end ``` +We can also do math $x^2$ with KaTeX +$$ + \sum_{k=1}^\infty \frac{1}{k} = \infty. +$$