aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2016-01-08Added some entity tests in Markdown reader tests.John MacFarlane1-0/+9
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-3/+5
2015-11-13Added `emoji` extension to Markdown.John MacFarlane1-0/+4
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-22Fixed over-eager raw HTML inline parsing.John MacFarlane1-0/+3
2015-10-11Percent-encode more special characters in URLs.John MacFarlane1-2/+4
2015-07-23Updated tests and removed a skipSpaces....John MacFarlane1-6/+6
2015-07-23Markdown Reader: Add basic tests for each header styleOphir Lifshitz1-0/+10
2015-07-23Markdown Reader: Add implicit header ref tests for headers with spacesOphir Lifshitz1-0/+20
2015-07-21Fix regression: allow HTML comments containing `--`.John MacFarlane1-0/+3
2015-07-14Markdown reader: don't allow bare URI links or autolinks in link label.John MacFarlane1-1/+12
2015-07-14Improved bare autolink detection.John MacFarlane1-0/+4
2015-07-10Avoid parsing partial URLs as HTML tags.John MacFarlane1-0/+3
2015-05-03Make sure a closing `</div>` doesn't get included in a defn list item.John MacFarlane1-0/+4
2015-04-26Fixed regression with lists inside defintiion lists.John MacFarlane1-0/+3
2015-04-20MD Reader: Tests for links/footnotes after citationsNikolay Yakimov1-0/+41
2015-04-18Added test case for #2062.John MacFarlane1-0/+3
2015-04-18Markdown definition lists: don't require indent for first line.John MacFarlane1-0/+3
2015-04-17More principled fix for #1820.John MacFarlane1-0/+3
2015-04-17Merge pull request #1954 from mcmtroffaes/feature/citekey-firstchar-alphanumJohn MacFarlane1-0/+22
2015-04-18MD Reader: Test for smart `'` after inline mathNikolay Yakimov1-0/+3
2015-02-18Update testsMatthew Pickering1-6/+7
2015-02-18Allow digit as first character of a citation key.Matthias C. M. Troffaes1-0/+22
2014-12-14Fixe autolinks with following punctuation.John MacFarlane1-0/+5
2014-09-26Fix 'Ext_lists_without_preceding_blankline' bug.Artyom1-0/+12
2014-08-31Markdown reader: better handling of paragraph in div.John MacFarlane1-2/+2
2014-07-20Markdown reader: revised definition list syntax (closes #1429).John MacFarlane1-0/+41
2014-07-10Added failing test for issue #1121.John MacFarlane1-0/+2
2014-07-07Added test for issue #1330.John MacFarlane1-0/+6
2014-07-07Reorganized some markdown tests.John MacFarlane1-11/+9
2014-07-07Revamped raw HTML block parsing in markdown.John MacFarlane1-1/+1
2014-05-04Added test for #1154.John MacFarlane1-0/+9
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