aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2013-12-19HLint: redundant parensHenry de Valence1-2/+2
2013-11-22Fixed bug with intraword emphasis.John MacFarlane1-0/+5
2013-09-01Markdown reader: Don't autolink a bare URI that is followed by `</a>`.John MacFarlane1-1/+4
2013-06-19Added test for #882.John MacFarlane1-0/+5
2013-01-23Eliminated use of TH in test suite.John MacFarlane1-1/+1
2013-01-15Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane1-1/+1
2013-01-15Added lots of tests for bare URIs.John MacFarlane1-0/+91
2012-09-22Markdown reader: Fixed link parser to avoid exponential slowdowns.John MacFarlane1-0/+2
2012-09-22LaTeX reader: Added a 'try' in rawLaTeXBlock.John MacFarlane1-0/+4
2012-08-08Changes to literate haskell options.John MacFarlane1-1/+3
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-1/+1
2012-07-26Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane1-0/+107
2011-01-29Moved tests to src.John MacFarlane1-29/+0
2011-01-26Added Tests.Readers.Markdown.John MacFarlane1-0/+29