index
:
github.com/jgm/pandoc
aeson-pretty
asciidoc-reader
babel
bespoke-prelude
chunkedhtml
cite-prefix
commonmark-github
commonmark-hs
commonmark-hs-new
dark-mode
djot
endnote
figures
free
ghc925-3.1.5
ghc925-text2-3.1.5
ghc942-3.1.5
ghc944-3.1.5
images2
initialize-data-files
issue-6072
issue10282
issue10769
issue1234
issue221
issue5354
issue6122
issue6344
issue7111
issue7219
issue771
issue8378
issue8382
issue8417
issue9525
issue9878
issue_11268
jgm-patch-1
latex-partials
link-images
lowmem
main
mallard
mark
moinmoin2
multifile
newlatex
newlatex2
nospace
note-label
offline
oldmaster
optinfo
oracle
pseudopod
r1.19.2.2
r1.19.2.3
r1.19.2.4
rebase-relative-paths-extension
rel-1.19.2.1
relude
reset-position
resolverefs
ris
sable
sandbox3
sandboxed
signing
simdutf
source_date_epoch
sources
split-packages
styles
test-windows-ci
text
token-newline
travis
typst-reader
typst-tables
typst-writer
uri-cite-key
wasm
windows-arm64
windows-ci
windows-release-cabal
xeno
Pandoc — The universal markup converter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Tests
/
Readers
/
Markdown.hs
Age
Commit message (
Expand
)
Author
2025-09-02
Change `latex-pos` to `latex-placement`.
John MacFarlane
2025-09-01
LaTeX writer: control figure placement with attribute (#11094)
Sean Soon
2025-06-02
Markdown reader: make definition lists behave like other lists.
John MacFarlane
2025-03-14
Markdown reader: remove some misguided list fanciness.
John MacFarlane
2025-02-07
Track wikilinks with a class instead of a title
Evan Silberman
2024-09-09
Tests.Readers.Markdown: avoid use of 'head'.
John MacFarlane
2024-09-09
Tests: use 'drop 1' instead of partial function 'tail'.
John MacFarlane
2024-04-25
Update copyright dates to 2024.
John MacFarlane
2024-04-10
Markdown reader: auto-close unclosed divs.
John MacFarlane
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