example/src/subpage/index.html.lg

changeset 21
3c71c525cec2
parent 16
e377590e9b19
--- 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.
+$$

mercurial