Age | Commit message (Expand) | Author | Files | Lines |
2013-07-13 | Updated a test whose output changed due to last commit. | John MacFarlane | 1 | -4/+1 |
2013-06-26 | Stop escaping `|` in LaTeX math. | John MacFarlane | 1 | -1/+1 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 4 | -18/+35 |
2013-06-19 | Added test for #882. | John MacFarlane | 1 | -0/+5 |
2013-03-28 | Added stubs for haddock reader tests. | John MacFarlane | 1 | -0/+4 |
2013-03-20 | Added OPML template, tests. | John MacFarlane | 1 | -1/+3 |
2013-03-19 | Added Text.Pandoc.Readers.OPML, exporting readOPML. | John MacFarlane | 1 | -0/+4 |
2013-03-17 | Markdown writer: New approach for citations. | John MacFarlane | 1 | -1/+1 |
2013-03-17 | Revert "LaTeX reader: citation handling changes." | John MacFarlane | 2 | -9/+3 |
2013-03-09 | LaTeX reader: citation handling changes. | John MacFarlane | 2 | -3/+9 |
2013-03-07 | Markdown writer: Render citations as pandoc-markdown citations. | John MacFarlane | 1 | -2/+2 |
2013-03-05 | Hide Text.Pandoc.Highlighting. | John MacFarlane | 1 | -1/+1 |
2013-01-23 | Eliminated use of TH in test suite. | John MacFarlane | 7 | -70/+42 |
2013-01-19 | Get rid of compiler warnings in Tests.Helpers. | John MacFarlane | 1 | -2/+5 |
2013-01-15 | Changed Ext_autolink_urls -> Ext_autolink_bare_uris. | John MacFarlane | 1 | -1/+1 |
2013-01-15 | Added lots of tests for bare URIs. | John MacFarlane | 1 | -0/+91 |
2013-01-13 | RST reader: Line block improvements. | John MacFarlane | 1 | -2/+2 |
2013-01-12 | Escape `|` as `\vert` in LaTeX math. | John MacFarlane | 1 | -0/+4 |
2013-01-12 | Fixed/simplified diff output for tests. | John MacFarlane | 1 | -13/+8 |
2013-01-09 | Added Attr field to Header. | John MacFarlane | 3 | -3/+6 |
2013-01-07 | Updated tests for tight/loose lists. | John MacFarlane | 2 | -11/+12 |
2013-01-03 | Updated test runner for changes in pandoc. | John MacFarlane | 1 | -6/+6 |
2013-01-02 | Fixed test suite to use Diff 0.2 API. | John MacFarlane | 1 | -7/+7 |
2012-10-28 | Removed citationSuppressParens. | John MacFarlane | 1 | -1/+1 |
2012-10-22 | LaTeX reader: Initialize citationSuppressParens field. | John MacFarlane | 1 | -1/+2 |
2012-10-21 | Revert "LaTeX reader: Use new suppressParens option for footnote citations." | John MacFarlane | 1 | -7/+6 |
2012-10-15 | LaTeX reader: Use new suppressParens option for footnote citations. | John MacFarlane | 1 | -6/+7 |
2012-09-29 | Renamed removedLeadingTrailingSpace to trim. | John MacFarlane | 1 | -2/+2 |
2012-09-25 | Removed need for utf8-string package. | John MacFarlane | 1 | -2/+2 |
2012-09-22 | Markdown reader: Fixed link parser to avoid exponential slowdowns. | John MacFarlane | 1 | -0/+2 |
2012-09-22 | LaTeX reader: Added a 'try' in rawLaTeXBlock. | John MacFarlane | 1 | -0/+4 |
2012-09-21 | Tests.Old: Set TMP to ".". | John MacFarlane | 1 | -1/+1 |
2012-09-12 | Added basic mediawiki reader. | John MacFarlane | 1 | -1/+6 |
2012-08-08 | Changes to literate haskell options. | John MacFarlane | 1 | -1/+3 |
2012-07-26 | Moved WriterOptions and associated types Shared -> Options. | John MacFarlane | 8 | -18/+16 |
2012-07-26 | Moved tests to tests/, modified cabal file so lib isn't recompiled. | John MacFarlane | 12 | -0/+1098 |
2011-01-29 | Moved tests to src. | John MacFarlane | 9 | -838/+0 |
2011-01-29 | Added Tests.Shared with normalize round-trip tests. | John MacFarlane | 1 | -0/+21 |
2011-01-29 | Tests.Arbitrary: don't allow empty list items. | John MacFarlane | 1 | -3/+5 |
2011-01-29 | Removed intentionally failing test in ConTeXt writer tests. | John MacFarlane | 1 | -2/+2 |
2011-01-29 | Added biblatex citation tests to Tests.Readers.LaTeX. | John MacFarlane | 2 | -21/+46 |
2011-01-29 | Added natbib citation tests to Tests.Readers.LaTeX. | John MacFarlane | 2 | -1/+65 |
2011-01-26 | Added Tests.Readers.Markdown. | John MacFarlane | 1 | -0/+29 |
2011-01-26 | Add support for attributes in inline Code. | John MacFarlane | 1 | -1/+1 |
2011-01-26 | RST reader: Improved field lists. | John MacFarlane | 1 | -11/+11 |
2011-01-26 | Added RST reader tests. | John MacFarlane | 1 | -0/+46 |
2011-01-26 | Updates for compiling with ghc 7. | John MacFarlane | 2 | -4/+6 |
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -1/+7 |
2011-01-22 | Removed deliberate error in LaTeX reader tests. | John MacFarlane | 1 | -1/+1 |
2011-01-22 | Use ANSI color to point to diffs in test output. | John MacFarlane | 2 | -8/+22 |