1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-27 00:24:41 +01:00

Add a printing test page

This commit is contained in:
Oliver Steele 2017-07-14 14:34:00 -04:00
parent da449beef7
commit cd943e2309

10
testdata/example/printing.md vendored Normal file
View File

@ -0,0 +1,10 @@
---
---
true = {{ true }}
false = {{ false }}
nil = {{ nil }}
list = {{ "a b c" | split: ' ' }}