example/src/subpage/index.html.lg

changeset 16
e377590e9b19
parent 10
118ab361da29
child 21
3c71c525cec2
equal deleted inserted replaced
15:82d254b8f01e 16:e377590e9b19
1 --- 1 ---
2 title: This is a sub-page of an lgen test page 2 title: This is a sub-page of an lgen test page
3 renderer: pandoc
3 --- 4 ---
4 5
5 There is no content 6 With the pandoc-renderer in this page, we can use GitHub-flavoured markdown,
7 including syntax highlighting
8
9 ```lua
10 if math.random() > 0.5
11 io.write('Hello World')
12 end
13 ```
14

mercurial