summaryrefslogtreecommitdiff
path: root/tests/testsuite.txt
Commit message (Expand)AuthorAge
* Markdown reader: revised definition list syntax (closes #1429).John MacFarlane2014-07-20
* Adjusted writers and tests for change in parsing of div/span.John MacFarlane2013-08-18
* New treatment of dashes in --smart mode.John MacFarlane2012-01-01
* New HTML reader using tagsoup as a lexer.John MacFarlane2010-12-30
* Markdown reader: Fixed regression in reference key parser.John MacFarlane2010-12-13
* Smart punctuation: don't alllow ellipses containing spaces.John MacFarlane2010-12-07
* Markdown reader: Allow footnotes to be indented < 4 spaces.fiddlosopher2010-03-01
* Markdown reader: use ; as separator between authors.fiddlosopher2009-12-31
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher2008-08-13
* Fixed bug in Markdown parser: regular $s triggering math mode.fiddlosopher2008-07-15
* Removed support for "box-style" block quotes in markdown.fiddlosopher2007-12-08
* Added new rule for enhanced markdown ordered lists: if the list markerfiddlosopher2007-08-23
* + Fixed bug in markdown ordered list parsing. The problem wasfiddlosopher2007-08-18
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* Updated test suite for writers, adding tests forfiddlosopher2007-07-22
* Modified the test of a link containing an underscore infiddlosopher2007-07-15
* Added a test case with an inline link containing bracketed text.fiddlosopher2007-07-09
* Updated test suite with new tests for definition lists.fiddlosopher2007-05-10
* Fixed bug in Markdown reader's handling of underscores and otherfiddlosopher2007-01-06
* Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher2006-12-30
* + Added regression tests with footnotes in quote blocks and lists.fiddlosopher2006-12-21
* Merged changes to footnotes branch r219-r240.fiddlosopher2006-12-19
* Changed footnote syntax to conform to the de facto standardfiddlosopher2006-12-19
* Changed 'putStrLn' to 'putStr' in Main.hs, and modified somefiddlosopher2006-12-16
* initial importfiddlosopher2006-10-17