diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-12-19 12:42:32 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-12-19 12:42:32 -0800 |
commit | 9fd45aaa2d1401d0d9f9f5f40100061e650963b2 (patch) | |
tree | edd90785b21d1be163acc3e2f358d639efcf97a2 /tests | |
parent | 9210b7ef698afb01d7da509ede6e38bca7ec81b7 (diff) | |
download | pandoc-9fd45aaa2d1401d0d9f9f5f40100061e650963b2.tar.gz |
Fixed markdown-citations.txt.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/markdown-citations.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/markdown-citations.txt b/tests/markdown-citations.txt index 0e75e0b90..485ddf1d3 100644 --- a/tests/markdown-citations.txt +++ b/tests/markdown-citations.txt @@ -28,12 +28,10 @@ - With some markup [*see* @item1 p. **32**]. - # References [^1]: A citation without locators [@item3]. [^2]: Some citations [see @item2 chap. 3; @item3; @item1]. -[^3]: Like a citation without author: [-@item1], and now Doe with a locator [-@item2 p. 44]. - +[^3]: Like a citation without author: [-@item1], and now Doe with a locator [-@item2 p. 44].
\ No newline at end of file |