aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2017-01-25Made `smart` extension default for pandoc markdown.John MacFarlane1-5/+7
2017-01-25Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane1-1/+2
2017-01-25Make Extensions a custom type instead of a Set Extension.John MacFarlane1-4/+3
2017-01-25Update all tests to use new readers and error structure.Jesse Rosenthal1-6/+6
2016-12-24markdown reader: disallow space between inline code and attributes (#3326)Mauro Bieg1-1/+2
2016-10-26Markdown Reader: add attributes for autolink (#3183)Daniele D'Orazio1-1/+10
2016-10-24Export Text.Pandoc.Error in Text.Pandoc.John MacFarlane1-2/+0
2016-10-23Tighten up parsing of raw email addresses.John MacFarlane1-0/+5
2016-10-14Remove Tests.ArbitraryJesse Rosenthal1-1/+1
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