Mon, 20 Apr 2020 12:02:54 -0500
Add title
10
118ab361da29
Added an example website based on http://tuomov.iki.fi/
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
1 | --- |
118ab361da29
Added an example website based on http://tuomov.iki.fi/
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
2 | title: This is a sub-page of an lgen test page |
16 | 3 | renderer: pandoc |
10
118ab361da29
Added an example website based on http://tuomov.iki.fi/
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
4 | --- |
118ab361da29
Added an example website based on http://tuomov.iki.fi/
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff
changeset
|
5 | |
16 | 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 |