diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-06-16 14:21:59 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-06-16 14:21:59 -0700 |
commit | 577eb2b1ae16fe505d6033202bc08b46ee6644e8 (patch) | |
tree | 560f0c3f6be04cb0b04da596178b0f34ed1b13e2 /changelog | |
parent | 01ef573ac2f6620e9f70ae8965e5ccc664e3aec4 (diff) | |
parent | 260404542009c477aff4837a8d77bb727c75ee20 (diff) | |
download | pandoc-577eb2b1ae16fe505d6033202bc08b46ee6644e8.tar.gz |
Merge pull request #1339 from dfc/patch-1
input fmt is org-citations its plural not singular
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ pandoc (1.12.4.2) + Support code block headers (`#+BEGIN_SRC ...`) (Albert Krewinkel). + Fix parsing of blank lines within blocks (Albert Krewinkel). + Support pandoc citation extension (Albert Krewinkel). This can - be turned off by specifying `org-citation` as the input format. + be turned off by specifying `org-citations` as the input format. * Markdown reader: |