diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/birds.md | 5 | ||||
-rw-r--r-- | test/template.html | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/test/birds.md b/test/birds.md new file mode 100644 index 0000000..0a02800 --- /dev/null +++ b/test/birds.md | |||
@@ -0,0 +1,5 @@ | |||
1 | # Birds! | ||
2 | |||
3 | Birds are pretty cool, you know. It's true. | ||
4 | |||
5 | Let's test a link to [[lions]] now. | ||
diff --git a/test/template.html b/test/template.html new file mode 100644 index 0000000..3de5bf2 --- /dev/null +++ b/test/template.html | |||
@@ -0,0 +1,6 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <title>{{ title }}</title> | ||
3 | |||
4 | <body> | ||
5 | {{body}} | ||
6 | </body> | ||