mirror of
https://github.com/danog/gojekyll.git
synced 2024-11-27 06:44:40 +01:00
Add a printing test page
This commit is contained in:
parent
da449beef7
commit
cd943e2309
10
testdata/example/printing.md
vendored
Normal file
10
testdata/example/printing.md
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
|
||||||
|
true = {{ true }}
|
||||||
|
|
||||||
|
false = {{ false }}
|
||||||
|
|
||||||
|
nil = {{ nil }}
|
||||||
|
|
||||||
|
list = {{ "a b c" | split: ' ' }}
|
Loading…
Reference in New Issue
Block a user