diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-07-01 20:56:27 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-07-01 20:56:27 -0700 |
commit | e7a68fc7e82028dbf66f25350b45875fbe634db6 (patch) | |
tree | ae38206a120796b06cda8d771ea468b53c7ce5eb /tests | |
parent | 7f83d88a656eff36b070fec0958bd2687c35c146 (diff) | |
download | pandoc-e7a68fc7e82028dbf66f25350b45875fbe634db6.tar.gz |
Markdown writer: Render yaml title block fields in alpha order.
This makes the output predictable; previously it varied across
implementations.
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 6691836a3..9db6ae452 100644 --- a/tests/writer.markdown +++ b/tests/writer.markdown @@ -1,8 +1,8 @@ --- -date: 'July 17, 2006' author: - John MacFarlane - Anonymous +date: 'July 17, 2006' title: Pandoc Test Suite ... |