diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-14 22:27:25 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-14 22:28:37 -0700 |
commit | 21f1bcb2805aad0c8c3a201cf59ce068bab6ec51 (patch) | |
tree | 8ce74e7505c16aa49c9b0dff30b16c590d1e65ee /changelog | |
parent | 5529d9d9f53a78e430531b88ee60cb0e38a70580 (diff) | |
download | pandoc-21f1bcb2805aad0c8c3a201cf59ce068bab6ec51.tar.gz |
Markdown reader: unresolved citations fall back to original text.
Not ???.
Reason: Less surprising, especially for people using @ as
in twitter.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ may still be specified on the command line as before. * A `Cite` element is now created in parsing markdown whether or not - there is a matching reference. By default citations will print as `???`. + there is a matching reference. * The `pandoc-citeproc` script will put the bibliography at the end of the document, as before. However, it will be put inside a `Div` |