summary refs log tree commit diff stats
path: root/test/data/testfile.md
diff options
context:
space:
mode:
authorAlan Pearce2017-06-18 12:24:24 +0200
committerAlan Pearce2017-06-18 12:24:24 +0200
commitda9ff90d3e1b1348c43cd378c0806e159a700810 (patch)
treeab81bc58d982c6ffe77e160ae9b107acdc72eee6 /test/data/testfile.md
parent3bda5fcfb7a23619ba66bef029d89bbd18d2c915 (diff)
downloadhomestead-da9ff90d3e1b1348c43cd378c0806e159a700810.tar.lz
homestead-da9ff90d3e1b1348c43cd378c0806e159a700810.tar.zst
homestead-da9ff90d3e1b1348c43cd378c0806e159a700810.zip
feat: Parse front matter as metadata
Diffstat (limited to 'test/data/testfile.md')
-rw-r--r--test/data/testfile.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/data/testfile.md b/test/data/testfile.md
new file mode 100644
index 0000000..6899d52
--- /dev/null
+++ b/test/data/testfile.md
@@ -0,0 +1,5 @@
++++
+Title = "This is a test"
+Description = "Test file"
+Tags = ["a", "b"]
++++