aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2021-08-15Multimarkdown sub- and superscripts (#5512) (#7188)OCzarnecki1-0/+48
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-2/+2
2021-04-28Smarter smart quotes.John MacFarlane1-1/+1
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel1-2/+0
2021-01-16Revert "Markdown reader: support GitHub wiki's internal links (#2923) (#6458)"John MacFarlane1-30/+0
2021-01-16Markdown reader: support GitHub wiki's internal links (#2923) (#6458)Gautier DI FOLCO1-0/+30
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-09-21Markdown reader: Set citationNoteNum accurately in citations.John MacFarlane1-4/+4
2020-04-15Markdown Reader: Fix inline code in lists (#6284)Nikolay Yakimov1-0/+47
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-1/+2
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-0/+11
2019-01-08Removed superfluous sourceCode class on code blocks.John MacFarlane1-2/+2
2018-09-19Markdown reader: distinguish autolinks in the AST.John MacFarlane1-3/+5
2018-07-15Wrap emojis in span nodes (#4759)Anders Waldenborg1-1/+3
2018-04-17Markdown reader: add regression test for previous commitAlexander Krotov1-0/+3
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-14Markdown reader: Improved inlinesInBalancedBrackets.John MacFarlane1-1/+1
2018-01-14Shorten unbalanced brackets test.John MacFarlane1-1/+1
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-23/+25
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane1-4/+4
2017-03-07Small change to unbalanced bracket test to speed up test suite.John MacFarlane1-1/+1
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-3/+2
2017-02-04Moved tests/ -> test/.John MacFarlane1-0/+461