summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/Markdown.hs
Commit message (Expand)AuthorAge
* Added test for #1154.John MacFarlane2014-05-04
* HLint: redundant parensHenry de Valence2013-12-19
* Fixed bug with intraword emphasis.John MacFarlane2013-11-22
* Markdown reader: Don't autolink a bare URI that is followed by `</a>`.John MacFarlane2013-09-01
* Added test for #882.John MacFarlane2013-06-19
* Eliminated use of TH in test suite.John MacFarlane2013-01-23
* Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane2013-01-15
* Added lots of tests for bare URIs.John MacFarlane2013-01-15
* Markdown reader: Fixed link parser to avoid exponential slowdowns.John MacFarlane2012-09-22
* LaTeX reader: Added a 'try' in rawLaTeXBlock.John MacFarlane2012-09-22
* Changes to literate haskell options.John MacFarlane2012-08-08
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane2012-07-26
* Moved tests to src.John MacFarlane2011-01-29
* Added Tests.Readers.Markdown.John MacFarlane2011-01-26