diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-10-07 23:03:14 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-10-07 23:05:51 -0700 |
commit | 1be0f0fba8d860b960e79442a891fce6b1aca192 (patch) | |
tree | 8a8be459bd7d03e5509382029ba65f2433969240 /test/writer.markdown | |
parent | a520181cdbfa69b4c9a0432e12847cd7d666d41f (diff) | |
download | pandoc-1be0f0fba8d860b960e79442a891fce6b1aca192.tar.gz |
Use double quotes for YAML metadata.
Closes #6727.
Diffstat (limited to 'test/writer.markdown')
-rw-r--r-- | test/writer.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/writer.markdown b/test/writer.markdown index ec867fa47..c3316531e 100644 --- a/test/writer.markdown +++ b/test/writer.markdown @@ -2,7 +2,7 @@ author: - John MacFarlane - Anonymous -date: 'July 17, 2006' +date: "July 17, 2006" title: Pandoc Test Suite --- |