example/src/subpage/index.html.lg

Mon, 20 Apr 2020 11:48:40 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Mon, 20 Apr 2020 11:48:40 -0500
changeset 16
e377590e9b19
parent 10
118ab361da29
child 21
3c71c525cec2
permissions
-rw-r--r--

Support Pandoc rendering

---
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
```

mercurial