summaryrefslogtreecommitdiff
path: root/tests/markdown-citations.txt
Commit message (Collapse)AuthorAge
* Remove punctuation at start of suffix for natbib and biblatex output.Nathan Gass2010-12-15
| | | | | | This is necessary as the latex citation commands include there own punctuation, which resulted in doubled commas for markdown documents where citeproc output works correctly.
* Added citation tests.Nathan Gass2010-12-14
| | | | | Added tests for latex citation writer and reader, markdown citation writer and additional markup in citations.
* Revamped tests, using markdown output instead of HTML.John MacFarlane2010-11-28
| | | | This is easier to inspect.
* Markdown citation parser improvements and test updates.John MacFarlane2010-11-18
| | | | | | | | | Now we handle a suffix after a bare locator, e.g. @item1 [p. 30, suffix] The suffix now includes any punctuation that introduces it. A few tests fail because of problems with citeproc (extra space before the suffix, missing space after comma separating multiple page ranges in the locator).
* Markdown reader: Revised parser for new citation syntax.John MacFarlane2010-11-18
| | | | | | | | Suffixes and prefixes are now [Inline]. The locator is separated from the citation key by a blank space. The locator consists of one introductory word and any number of words containing at least one digit. The suffix, if any, is separated from the locator by a comma, and continues til the end of the citation.
* Added material for citation tests.John MacFarlane2010-11-12
Currently they fail with a multibyte error from citeproc-hs when it tries to read locale.