diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-09-24 21:29:10 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-09-24 21:29:10 -0700 |
commit | c78a101b7d6740f12b28a5bbdeecbc58da1302c8 (patch) | |
tree | e42298ceebb546f6072a7615af1f7fe7745ec6fe /changelog | |
parent | ed3a1d10b6ac32120f9dc9db793387ba04c949b7 (diff) | |
download | pandoc-c78a101b7d6740f12b28a5bbdeecbc58da1302c8.tar.gz |
Fixe another changelog error.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -3528,23 +3528,23 @@ pandoc (1.13.2) Now we still support those, but also support the format recommended for epub metadata in the pandoc README: - --- - title: - - type: main - text: My Book - - type: subtitle - text: An investigation of metadata - creator: - - role: author - text: John Smith - - role: editor - text: Sarah Jones - identifier: - - scheme: DOI - text: doi:10.234234.234/33 - publisher: My Press - rights: (c) 2007 John Smith, CC BY-NC - ... + --- + title: + - type: main + text: My Book + - type: subtitle + text: An investigation of metadata + creator: + - role: author + text: John Smith + - role: editor + text: Sarah Jones + identifier: + - scheme: DOI + text: doi:10.234234.234/33 + publisher: My Press + rights: (c) 2007 John Smith, CC BY-NC + ... * `Text.Pandoc.Templates.getDefaultTemplate`: don't fail when called with "fb2" (#1660). |