index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Tests
/
Readers
/
Markdown.hs
Age
Commit message (
Expand
)
Author
2024-02-13
Markdown reader: fix wikilinks extension to allow newlines in titles.
John MacFarlane
2023-01-15
Markdown, CommonMark: add support for wiki links. [API change]
Albert Krewinkel
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-02-23
Tests: improve location reporting of failing tests
Albert Krewinkel
2022-02-22
Fix typos (#7934)
Dimitris Apostolou
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-08-15
Multimarkdown sub- and superscripts (#5512) (#7188)
OCzarnecki
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
2021-04-28
Smarter smart quotes.
John MacFarlane
2021-02-07
Avoid unnecessary use of NoImplicitPrelude pragma (#7089)
Albert Krewinkel
2021-01-16
Revert "Markdown reader: support GitHub wiki's internal links (#2923) (#6458)"
John MacFarlane
2021-01-16
Markdown reader: support GitHub wiki's internal links (#2923) (#6458)
Gautier DI FOLCO
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-09-21
Markdown reader: Set citationNoteNum accurately in citations.
John MacFarlane
2020-04-15
Markdown Reader: Fix inline code in lists (#6284)
Nikolay Yakimov
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2019-01-08
Removed superfluous sourceCode class on code blocks.
John MacFarlane
2018-09-19
Markdown reader: distinguish autolinks in the AST.
John MacFarlane
2018-07-15
Wrap emojis in span nodes (#4759)
Anders Waldenborg
2018-04-17
Markdown reader: add regression test for previous commit
Alexander Krotov
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-01-14
Markdown reader: Improved inlinesInBalancedBrackets.
John MacFarlane
2018-01-14
Shorten unbalanced brackets test.
John MacFarlane
2017-06-10
Changed all readers to take Text instead of String.
John MacFarlane
2017-03-14
Use tasty for tests rather than test-framework.
John MacFarlane
2017-03-07
Small change to unbalanced bracket test to speed up test suite.
John MacFarlane
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
2017-02-04
Moved tests/ -> test/.
John MacFarlane