Mon, 20 Apr 2020 12:02:54 -0500
Add title
--- title: This is a sub-page of an lgen test page renderer: pandoc --- 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 ```