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
Age
Commit message (
Expand
)
Author
2024-07-08
Harmonize maintainer email addresses in module headers.
Albert Krewinkel
2024-04-25
Update copyright dates to 2024.
John MacFarlane
2023-10-19
HTML reader: allow th to close td and vice versa.
John MacFarlane
2023-09-16
HTML reader: parse task lists using input elements (#9066)
Seth Speaks
2023-08-05
HTML reader: properly calculate RowHeadColumns.
John MacFarlane
2023-08-05
HTML reader: require unanimity for RowHeadColumns.
John MacFarlane
2023-08-05
HTML reader: fix bug in calculation of RowHeadColumns.
John MacFarlane
2023-08-05
Revert "Update TableBody RowHeadColumns caculation: change from max to min (#...
John MacFarlane
2023-06-24
Update TableBody RowHeadColumns caculation: change from max to min (#8634)
Ruqi
2023-02-18
HTML writer: allow "track" element to be treated as block-level HTML.
John MacFarlane
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-10-16
T.P.Parsing: Remove gratuitious renaming of Parsec types.
John MacFarlane
2022-10-03
Rename T.P.Readers.LaTeX.Types -> T.P.TeX.
John MacFarlane
2022-02-09
Fix parsing of epub footnotes.
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-09-23
HTML reader: handle empty tbody element in table.
John MacFarlane
2021-08-10
HTML reader: treat commments as blank when parsing.
John MacFarlane
2021-07-06
HTML reader: add col, colgroup to 'closes' definitions
John MacFarlane
2021-05-30
HTML reader: fix column width regression.
John MacFarlane
2021-05-22
Handle relative lengths (e.g. `2*`) in HTML column widths.
John MacFarlane
2021-05-22
Revert "HTML reader: simplify col width parsing"
John MacFarlane
2021-05-22
HTML reader: simplify col width parsing
Albert Krewinkel
2021-03-19
Protect partial uses of maximum with NonEmpty.
John MacFarlane
2021-03-15
Remove an unneeded import
John MacFarlane
2021-03-15
Use foldl' instead of foldl everywhere.
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-12-10
HTML reader: retain attribute prefixes and avoid duplicates.
John MacFarlane
2020-11-27
HTML reader tests: improve test coverage of new features
Albert Krewinkel
2020-11-27
HTML reader: support body headers, row head columns
Albert Krewinkel
2020-11-26
HTML reader: improve support for table headers, footer, attributes
Albert Krewinkel
2020-11-26
HTML reader: allow finer grained options for tag omission
Albert Krewinkel
2020-11-24
HTML reader: support row or column-spanning table cells
Albert Krewinkel
2020-11-24
HTML reader: support blocks in caption
Albert Krewinkel
2020-11-24
HTML reader: extract table parsing into separate module
Albert Krewinkel
2020-11-23
HTML reader: extract submodules
Albert Krewinkel