diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-06 22:26:18 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-06 22:26:38 -0700 |
commit | 8d43e08ce7be8673cc399b948d29386f525e9e1f (patch) | |
tree | c4c6a27158ce81bae966e1dca5d8bce3187061ef /tests | |
parent | 728e47ae15252619444a9ee91f2ceeecd4f3cf98 (diff) | |
download | pandoc-8d43e08ce7be8673cc399b948d29386f525e9e1f.tar.gz |
Markdown writer: Fixed bugs in YAML header output.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/writer.markdown b/tests/writer.markdown index 7d67e4e87..9cf153637 100644 --- a/tests/writer.markdown +++ b/tests/writer.markdown @@ -2,7 +2,7 @@ author: - John MacFarlane - Anonymous -date: July 17, 2006 +date: 'July 17, 2006' title: Pandoc Test Suite ... |