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