aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/Markdown.hs
AgeCommit message (Expand)Author
2025-09-02Change `latex-pos` to `latex-placement`.John MacFarlane
2025-09-01LaTeX writer: control figure placement with attribute (#11094)Sean Soon
2025-06-02Markdown reader: make definition lists behave like other lists.John MacFarlane
2025-03-14Markdown reader: remove some misguided list fanciness.John MacFarlane
2025-02-07Track wikilinks with a class instead of a titleEvan Silberman
2024-09-09Tests.Readers.Markdown: avoid use of 'head'.John MacFarlane
2024-09-09Tests: use 'drop 1' instead of partial function 'tail'.John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-04-10Markdown reader: auto-close unclosed divs.John MacFarlane
2024-02-13Markdown reader: fix wikilinks extension to allow newlines in titles.John MacFarlane
2023-01-15Markdown, CommonMark: add support for wiki links. [API change]Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-02-23Tests: improve location reporting of failing testsAlbert Krewinkel
2022-02-22Fix typos (#7934)Dimitris Apostolou
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-08-15Multimarkdown sub- and superscripts (#5512) (#7188)OCzarnecki
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-04-28Smarter smart quotes.John MacFarlane
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel
2021-01-16Revert "Markdown reader: support GitHub wiki's internal links (#2923) (#6458)"John MacFarlane
2021-01-16Markdown reader: support GitHub wiki's internal links (#2923) (#6458)Gautier DI FOLCO
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-09-21Markdown reader: Set citationNoteNum accurately in citations.John MacFarlane
2020-04-15Markdown Reader: Fix inline code in lists (#6284)Nikolay Yakimov
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-01-08Removed superfluous sourceCode class on code blocks.John MacFarlane
2018-09-19Markdown reader: distinguish autolinks in the AST.John MacFarlane
2018-07-15Wrap emojis in span nodes (#4759)Anders Waldenborg
2018-04-17Markdown reader: add regression test for previous commitAlexander Krotov
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-14Markdown reader: Improved inlinesInBalancedBrackets.John MacFarlane
2018-01-14Shorten unbalanced brackets test.John MacFarlane
2017-06-10Changed all readers to take Text instead of String.John MacFarlane
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane
2017-03-07Small change to unbalanced bracket test to speed up test suite.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-04Moved tests/ -> test/.John MacFarlane