summaryrefslogtreecommitdiff
path: root/tests/writer.markdown
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-06-30 23:37:27 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-06-30 23:37:27 -0700
commit5d01e9a117b77a0f51ce67d495b9e54881a878a5 (patch)
treeb11b8ad448fe5da2511b931dd480e9e6133b8dab /tests/writer.markdown
parenta1f010de7830777b86f88743785560a04fab62fd (diff)
Markdown writer: Support yaml title block.
Diffstat (limited to 'tests/writer.markdown')
-rw-r--r--tests/writer.markdown11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/writer.markdown b/tests/writer.markdown
index d9cc076f5..e8aca9954 100644
--- a/tests/writer.markdown
+++ b/tests/writer.markdown
@@ -1,7 +1,10 @@
-% Pandoc Test Suite
-% John MacFarlane
- Anonymous
-% July 17, 2006
+---
+title: 'Pandoc Test Suite'
+author:
+- 'John MacFarlane'
+- 'Anonymous'
+date: 'July 17, 2006'
+...
This is a set of tests for pandoc. Most of them are adapted from John Gruber’s
markdown test suite.