diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2011-11-09 12:57:47 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-11-09 12:57:47 -0800 |
commit | 6a51897f339dc40ade91272e4e6cb4192bd91c7b (patch) | |
tree | 1b45e14c2ac66bed64d15e934a9ebef55158cc96 | |
parent | c2f7ba3b69b4e6d39808496baffaf1a500132985 (diff) | |
download | pandoc-6a51897f339dc40ade91272e4e6cb4192bd91c7b.tar.gz |
Fixed markdown-citations.ieee.txt to use em-dashes for citation ranges.
This is a new feature in citeproc-hs.
-rw-r--r-- | tests/markdown-citations.ieee.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/markdown-citations.ieee.txt b/tests/markdown-citations.ieee.txt index 0fd9335ad..36b944011 100644 --- a/tests/markdown-citations.ieee.txt +++ b/tests/markdown-citations.ieee.txt @@ -38,6 +38,6 @@ [^1]: A citation without locators [3]. -[^2]: Some citations [1]-[3]. +[^2]: Some citations [1]–[3]. [^3]: Like a citation without author: [1], and now Doe with a locator [2]. |