Age | Commit message (Expand) | Author | Files | Lines |
2012-07-22 | Revised code for pipe tables. | John MacFarlane | 1 | -2/+2 |
2012-07-22 | Renamed tests/markdown-tables -> tests/extra-tables. | John MacFarlane | 1 | -1/+1 |
2012-07-22 | Merge pull request #510 from mytskine/markdown-extra | John MacFarlane | 1 | -0/+2 |
2012-07-22 | Removed fb2.math-webtex.fb2 tests. | John MacFarlane | 1 | -1/+0 |
2012-07-22 | FB2: support images embedded as data URIs + tests. | Sergey Astanin | 1 | -0/+1 |
2012-07-22 | Test suite for FB2 writer. | Sergey Astanin | 1 | -3/+25 |
2012-06-27 | ConTeXt writer: don't escape `&`,`^`,`<`,`>`. | John MacFarlane | 1 | -1/+1 |
2012-06-01 | LaTeX writer: Ensure newline after Verbatim at end of footnote. | John MacFarlane | 1 | -0/+35 |
2012-05-08 | Added docbook reader tests (still failing). | John MacFarlane | 1 | -1/+6 |
2012-02-21 | Added support for markdown-extra tables in the markdown parser | François Gannaz | 1 | -0/+2 |
2012-02-10 | LaTeX reader: Add ", " to suffix... | John MacFarlane | 1 | -18/+18 |
2012-02-10 | Test suite: Don't print 'expected' in red. | John MacFarlane | 1 | -6/+4 |
2012-02-07 | Added test case for issue #186 (\$ in latex math). | John MacFarlane | 1 | -1/+1 |
2012-02-07 | Added test case for issue #186 (\$ in latex math). | John MacFarlane | 1 | -0/+5 |
2012-02-06 | LaTeX reader: use raw latex as fallback for Cites. | John MacFarlane | 1 | -22/+24 |
2012-02-05 | Changed infix level of testing combinators. | John MacFarlane | 7 | -7/+7 |
2012-02-04 | Complete rewrite of LaTeX reader. | John MacFarlane | 1 | -4/+4 |
2011-12-30 | Removed header 1 property from ConTeXt tests. | John MacFarlane | 1 | -3/+1 |
2011-12-30 | Updated ConTeXt tests. | John MacFarlane | 1 | -2/+2 |
2011-12-27 | Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. | John MacFarlane | 3 | -9/+5 |
2011-12-26 | Added some failing test cases for apostrophes in French. | John MacFarlane | 1 | -0/+6 |
2011-12-22 | Removed highlighting flag. Highlighting support is now standard. | John MacFarlane | 1 | -5/+1 |
2011-12-13 | Use pandoc-types 1.9.*. | John MacFarlane | 6 | -47/+47 |
2011-12-05 | Fixed tests for escapes in markdown titles, URLs. | John MacFarlane | 1 | -3/+3 |
2011-12-05 | Fixed tests for escapes in links. | John MacFarlane | 1 | -4/+4 |
2011-12-05 | Added more failing tests relating to issue #312. | John MacFarlane | 1 | -1/+7 |
2011-12-04 | Added failing test for escape in markdown link title. | John MacFarlane | 1 | -0/+3 |
2011-12-01 | Added failing test case for issue #312. | John MacFarlane | 1 | -0/+5 |
2011-11-16 | Added an asciidoc writer (partial). | John MacFarlane | 1 | -1/+1 |
2011-09-02 | TypeSynonymInstances no longer implies FlexibleInstances in GHC 7.2 | Antoine Latter | 1 | -1/+1 |
2011-07-31 | Tweaked Arbitrary instance to help avoid timeouts in tests. | John MacFarlane | 1 | -2/+2 |
2011-07-25 | Smart quotes: handle '...hi' properly. | John MacFarlane | 1 | -0/+9 |
2011-06-22 | Fixed test, added another markdown emph/strong test. | John MacFarlane | 1 | -3/+7 |
2011-06-22 | Added failing test case due to Perry Wagle. | John MacFarlane | 1 | -0/+7 |
2011-06-22 | Added Tests.Writers.Markdown. | John MacFarlane | 1 | -0/+34 |
2011-04-20 | Disallow notes within notes in reST and markdown. | John MacFarlane | 1 | -0/+3 |
2011-04-11 | Allow '|' followed by newline in RST line block. | John MacFarlane | 1 | -1/+4 |
2011-03-18 | Changed uri parser so it doesn't include trailing punctuation. | John MacFarlane | 1 | -0/+8 |
2011-03-12 | Fixed bug in RST field list parser. | John MacFarlane | 1 | -0/+3 |
2011-03-02 | Markdown+lhs reader: Require space after inverse bird tracks. | John MacFarlane | 1 | -0/+10 |
2011-02-05 | HTML writer: stringify alt text. | John MacFarlane | 1 | -0/+5 |
2011-02-04 | Native writer test: in block list test, limit to list < 20 blocks. | John MacFarlane | 1 | -2/+3 |
2011-02-04 | Added cCommented-out round-trip property in markdown reader test. | John MacFarlane | 1 | -0/+18 |
2011-02-04 | Improved Arbitrary instance. | John MacFarlane | 1 | -32/+45 |
2011-02-04 | normalize: Normalize spaces too. | John MacFarlane | 1 | -0/+5 |
2011-02-01 | Markdown reader: Simplified and corrected footnote block parser. | John MacFarlane | 1 | -1/+1 |
2011-02-01 | Added a (failing) test for footnotes. | John MacFarlane | 1 | -1/+4 |
2011-01-31 | Improved fix to markdown noteBlock parser. | John MacFarlane | 1 | -8/+3 |
2011-01-31 | Markdown reader: Fixed whitespace footnote bug (Jesse Rosenthal). | John MacFarlane | 1 | -0/+10 |
2011-01-30 | LaTeX reader: Fixed bug with whitespace at beginning of file. | John MacFarlane | 1 | -0/+9 |