example/src/subpage/index.html.lg@bea2ea0b07d9
example/src/subpage/index.html.lg
Mon, 20 Apr 2020 11:51:50 -0500
- author
- Tuomo Valkonen <tuomov@iki.fi>
- date
- Mon, 20 Apr 2020 11:51:50 -0500
- changeset 17
- bea2ea0b07d9
- parent 16
-
e377590e9b19
- child 21
-
3c71c525cec2
- permissions
- -rw-r--r--
Remove stray debug message
---
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
```