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
/
src
/
Text
/
Pandoc
/
Readers
/
HTML.hs
Age
Commit message (
Expand
)
Author
2025-10-11
HTML reader: allow blank space between open and close iframe.
John MacFarlane
2025-08-26
HTML reader: don't drop the initial newline in a pre element.
John MacFarlane
2025-03-10
HTML reader: ignore style tags in the body.
John MacFarlane
2025-03-08
HTML reader: skip MathJaX-introduced cruft.
John MacFarlane
2025-01-07
HTML reader: add size information for fa svg icons.
John MacFarlane
2024-12-18
HTML reader: don't canonicalize data: URIs.
John MacFarlane
2024-12-14
Store a function instead of a Boolean
Joseph C. Sible
2024-12-07
HTML reader: parse footnotes defined by dpub-aria roles.
John MacFarlane
2024-09-03
HTML reader: only parse main element's contents (if present).
John MacFarlane
2024-09-01
HTML reader: read TeX annotation in mathml content if present.
John MacFarlane
2024-08-31
HTML reader: better handle KaTeX-generated math.
John MacFarlane
2024-05-28
HTML reader: better handle non-li elements in ul and ol.
John MacFarlane
2024-04-25
Update copyright dates to 2024.
John MacFarlane
2023-12-06
Revert "Use base64 instead of base64-bytestring."
John MacFarlane
2023-11-15
HTML reader: Fix handling of invalidly nested sublists.
John MacFarlane
2023-10-27
Fix spacing.
John MacFarlane
2023-09-16
HTML reader: parse task lists using input elements (#9066)
Seth Speaks
2023-08-09
HTML reader: avoid duplicate id on header and div.
John MacFarlane
2023-05-17
HTML reader: fix iframe with data URI of an image.
John MacFarlane
2023-03-20
HTML reader: fix behavior with `-native_spans-raw_html`.
John MacFarlane
2023-01-13
Support complex figures. [API change]
Albert Krewinkel
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-10-18
T.P.Shared: remove `escapeURI`, `isURI`.
John MacFarlane
2022-10-18
Revert "HTML reader: avoid duplicating any existing identifier..."
John MacFarlane
2022-10-18
Revert "T.P.Parsing: export `registerIdentifier`."
John MacFarlane
2022-10-18
T.P.Parsing: export `registerIdentifier`.
John MacFarlane
2022-10-18
HTML reader: avoid duplicating any existing identifier...
John MacFarlane
2022-10-16
T.P.Parsing: export errorMessages, messageString.
John MacFarlane
2022-10-16
T.P.Parsing: Remove gratuitious renaming of Parsec types.
John MacFarlane
2022-09-28
HTML Reader: Tests for 'tt' and 'code' elements (#8330).
Justin Wood
2022-09-28
HTML reader: fix regression for `<tt>`.
John MacFarlane
2022-08-30
Mediawiki reader: Parse table cell with attribs, to support rowspan, colspan ...
Ruqi
2022-08-21
Fix regression with data uris in 2.19.1.
John MacFarlane
2022-08-14
Use base64 instead of base64-bytestring.
John MacFarlane
2022-08-03
HTML reader: allow sublists that are not marked as items.
Albert Krewinkel
2022-07-06
Use `formatCode` from #7525 in HTML and MediaWiki (#8162)
Elliot Bobrow
2022-02-09
Fix parsing of epub footnotes.
John MacFarlane
2022-02-07
HTML reader: give warnings and emit empty note...
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-11-24
HTML reader: parse attributes on links and images.
John MacFarlane
2021-10-22
Use simpleFigure in Readers.
Aner Lucero
2021-07-06
Recognize data-external when reading HTML img tags (#7429)
Michael Hoffmann
2021-05-17
HTML writer: keep attributes from code nested below pre tag.
Albert Krewinkel
2021-05-15
HTML writer: parse `<header>` as a Div
Albert Krewinkel
2021-05-14
HTML reader: keep h1 tags as normal headers (#7274)
Albert Krewinkel
2021-05-14
HTML reader: don't fail on unmatched closing "script" tag.
Albert Krewinkel
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
2021-03-18
Rewrite a foldl1 as a foldl'.
John MacFarlane
2021-02-20
HTML reader: small performance tweak.
John MacFarlane
2021-02-20
HTML reader: small efficiency improvements.
John MacFarlane
[next]