summaryrefslogtreecommitdiff
path: root/tests/markdown-citations.txt
Commit message (Collapse)AuthorAge
* Added failing tests for note beginning with a citation.John MacFarlane2012-06-03
| | | | See issue #531.
* Added (failing) tests for textual citations in footnotes.John MacFarlane2012-05-23
|
* Improved citation tests.John MacFarlane2012-01-13
|
* Unicode reference ID in biblio test.John MacFarlane2011-12-29
|
* Mardkown writer tests: Use setext headers for levels 1-2.John MacFarlane2011-11-24
|
* pandoc: Add newline to output unless standalone.John MacFarlane2011-01-06
| | | | | | | This avoids output that does not end with a newline, which is inconvenient when working with many tools. Updated tests accordingly.
* Fixed markdown-citations.txt.John MacFarlane2010-12-19
|
* Added new prettyprinting module.John MacFarlane2010-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added Text.Pandoc.Pretty. This is better suited for pandoc than the 'pretty' package. One advantage is that we now get proper wrapping; Emph [Inline] is no longer treated as a big unwrappable unit. Previously we only got breaks for spaces at the "outer level." We can also more easily avoid doubled blank lines. Performance is significantly better as well. * Removed Text.Pandoc.Blocks. Text.Pandoc.Pretty allows you to define blocks and concatenate them. * Modified markdown, RST, org readers to use Text.Pandoc.Pretty instead of Text.PrettyPrint.HughesPJ. * Text.Pandoc.Shared: Added writerColumns to WriterOptions. * Markdown, RST, Org writers now break text at writerColumns. * Added --columns command-line option, which sets stColumns and writerColumns. * Table parsing: If the size of the header > stColumns, use the header size as 100% for purposes of calculating relative widths of columns.
* 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.