summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Fixed regression in markdown reader.John MacFarlane2011-01-01
* New HTML reader using tagsoup as a lexer.John MacFarlane2010-12-30
* Made --smart work with HTML reader.John MacFarlane2010-12-22
* Texinfo writer: Updated to use Pretty.John MacFarlane2010-12-22
* Man writer: updated to use Pretty.John MacFarlane2010-12-22
* OpenDocument writer: Updated to use Pretty.John MacFarlane2010-12-21
* Docbook writer: Updated to use Pretty.John MacFarlane2010-12-21
* Markdown writer: use \ for newline instead of two spaces at eol.John MacFarlane2010-12-20
* ConTeXt writer: Updated to use Text.Pandoc.Pretty.John MacFarlane2010-12-20
* Fixed markdown-citations.ieee.txt.John MacFarlane2010-12-19
* Fixed markdown-citations.txt.John MacFarlane2010-12-19
* Fixed biblatex/natbib citation writer tests.John MacFarlane2010-12-19
* LaTeX writer: Modified to use Pretty.John MacFarlane2010-12-19
* LaTeX writer: Use \paragraph, \subparagraph for level 4,5 headers.John MacFarlane2010-12-18
* Added new prettyprinting module.John MacFarlane2010-12-17
* Added 'tests' Cabal flag.John MacFarlane2010-12-15
* Use top-level header at end as bibliography title for natbib and biblatex out...Nathan Gass2010-12-15
* Remove punctuation at start of suffix for natbib and biblatex output.Nathan Gass2010-12-15
* Added normalize funcion to latex citation tests.Nathan Gass2010-12-14
* Added citation tests.Nathan Gass2010-12-14
* Added support for latex cite commands in latex reader.Nathan Gass2010-12-13
* Disabled colored boxes around cites in latex template.Nathan Gass2010-12-13
* Markdown reader: Fixed regression in reference key parser.John MacFarlane2010-12-13
* Markdown reader: Allow linebreaks in URLs (treat as spaces).John MacFarlane2010-12-10
* textile redcloth definition listspaul.rivier2010-12-09
* Textile reader: better treatment of acronyms.John MacFarlane2010-12-09
* RST reader: Added footnote suppport.John MacFarlane2010-12-08
* Textile reader: Implemented footnotes.John MacFarlane2010-12-08
* Made --smart work with RST reader.John MacFarlane2010-12-07
* Smart punctuation: don't alllow ellipses containing spaces.John MacFarlane2010-12-07
* Moved smartPunctuation from Markdown to Parsing.John MacFarlane2010-12-07
* Textile reader: implemented acronyms, (tm), (r), (c).John MacFarlane2010-12-07
* Fixed bugs in ieee.csl (Andrea Rossato).John MacFarlane2010-12-07
* Updated ieee citation test for punctuation-in-quote.John MacFarlane2010-12-07
* Markdown reader: handle curly quotes better.John MacFarlane2010-12-06
* Fix regression: markdown references should be case-insensitive.John MacFarlane2010-12-05
* Added tests.Puneeth Chaganti2010-12-04
* Merge branch 'citeproc' into master.John MacFarlane2010-12-03
|\
| * Revamped tests, using markdown output instead of HTML.John MacFarlane2010-11-28
| * Citation tests: removed spurious double-spaces.John MacFarlane2010-11-28
| * Updated citation tests to use en-dash between ranges.John MacFarlane2010-11-28
| * Fixed spacing bug for reference-style citations.John MacFarlane2010-11-28
| * Fixed spacing in ieee citation test.John MacFarlane2010-11-27
| * Merge branch 'master' into citeprocJohn MacFarlane2010-11-27
| |\
| * | Removed extra line break from citation test output.John MacFarlane2010-11-27
| * | Merge branch 'master' into citeprocJohn MacFarlane2010-11-27
| |\ \
| * | | Set HOME in RunTests.John MacFarlane2010-11-26
| * | | Fixed eol mistake in test.John MacFarlane2010-11-22
| * | | Changed markdown citation tests.John MacFarlane2010-11-22
| * | | Updated markdown-citations test for new citeproc changes.John MacFarlane2010-11-21