summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Merge branch 'master' into testsJohn MacFarlane2011-01-12
|\
| * Improvements to --html5 support:John MacFarlane2011-01-11
* | Remove some accidentally commited functions. Fixed a type and alignment.Nathan Gass2011-01-12
* | Added some basic testing infrastructure and some latex reader tests.Nathan Gass2011-01-12
* | Started implementing splitted test suite.Nathan Gass2011-01-12
* | test-pandoc: Improved header for diff output.John MacFarlane2011-01-12
* | test-pandoc: More informative diff output on test failure.John MacFarlane2011-01-12
* | test-pandoc: Relocated --columns=80 to just where it's needed.John MacFarlane2011-01-12
* | test-pandoc: Fixed + and - in diff output, which were reversed.John MacFarlane2011-01-12
* | test-pandoc: More diff-like diffs in case of test failure.John MacFarlane2011-01-12
* | Improvements to test suite.John MacFarlane2011-01-12
* | Removed outdated comments.Nathan Gass2011-01-11
* | Moved test-pandoc.hs to tests directory.Nathan Gass2011-01-11
|/
* LaTeX reader: Support simple tables.John MacFarlane2011-01-07
* pandoc: Add newline to output unless standalone.John MacFarlane2011-01-06
* LHS test changes for new wrapping & highlighting-kate version.John MacFarlane2011-01-06
* Fixed lhs-test.markdown for new wrapping.John MacFarlane2011-01-06
* LaTeX reader: allow spaces btw \\begin or \\end and {.John MacFarlane2011-01-06
* 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