example/src/subpage/index.html.lg

Mon, 20 Apr 2020 12:02:54 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Mon, 20 Apr 2020 12:02:54 -0500
changeset 18
30b9b7402f94
parent 16
e377590e9b19
child 21
3c71c525cec2
permissions
-rw-r--r--

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

mercurial