diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-07-01 21:00:04 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-07-01 21:00:46 -0700 |
commit | 9009a7e4a8e8b9ddbf3327ae8a37f4bcb5df1b92 (patch) | |
tree | ca5b6898e7ef2f11d39666357acd8d674f8c78aa /tests/writer.markdown | |
parent | e7a68fc7e82028dbf66f25350b45875fbe634db6 (diff) | |
download | pandoc-9009a7e4a8e8b9ddbf3327ae8a37f4bcb5df1b92.tar.gz |
Markdown writer: Commas are okay in plain yaml scalars.
It's just commas with brackets that can cause problems.
Diffstat (limited to 'tests/writer.markdown')
-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 9db6ae452..2201ac8d1 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 ... |