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
/
Writers
/
HTML.hs
Age
Commit message (
Expand
)
Author
2026-01-07
EPUB writer: don't use footnote backlinks for EPUBv3.
John MacFarlane
2025-12-12
Fix imports to avoid warning about foldl'.
John MacFarlane
2025-11-30
Add reveal.js scroll view option to HTML writer (#11305)
Asliddinbek Azizovich
2025-11-16
HTML writer: use 'defer' when including mathjax script.
John MacFarlane
2025-09-09
T.P.Writers.Shared: add new function `removeLinks`.
Albert Krewinkel
2025-09-02
Refactor highlighting options [API Change]
Albert Krewinkel
2025-08-02
HTML writer: Unwrap "wrapper" divs.
John MacFarlane
2025-05-27
HTML writer: use the ID prefix in the ID for the footnotes section.
Benjamin Esham
2025-03-29
fix(revealjs)!: upgrade reveal.js to v5 (#10740)
Kolen Cheung
2025-03-21
HTML writer: remove trailing slash from default revealjs url.
John MacFarlane
2024-12-18
HTML writer: avoid calling parseURIString for data URIs.
John MacFarlane
2024-10-23
HTML writer: unwrap empty incremental divs
Albert Krewinkel
2024-09-13
HTML writer: don't emit missing title/lang warnings if templates...
John MacFarlane
2024-09-08
Text.Pandoc.Shared: add `makeSectionsWithOffsets` [API change].
John MacFarlane
2024-09-08
Add options to change table/figure caption positions.
John MacFarlane
2024-09-05
HTML writer: don't add doc-biblioref role to every link...
John MacFarlane
2024-08-01
HTML writer: add `data-` when rendering `label` attribute.
John MacFarlane
2024-06-22
HTML writer: ensure URI escaping needed for html4.
John MacFarlane
2024-06-08
Fix "unused variable" warning.
Albert Krewinkel
2024-06-07
Fixes to #9376.
John MacFarlane
2024-06-07
Don't emit unnecessary classes in HTML tables (#9376)
ThomasSoeiro
2024-06-04
T.P.Writers.Shared: export toTaskListItem instead of isTaskList.
John MacFarlane
2024-06-04
T.P.Writers.Shared: export `isTaskList`.
John MacFarlane
2024-04-26
Fix some typos (#9638)
guqicun
2024-04-25
Update copyright dates to 2024.
John MacFarlane
2024-02-12
HTML5 writer: Add suffix to multiple footnote section ids
Sam May
2024-02-03
Shared: `makeSections` behavior changes.
John MacFarlane
2024-01-27
EPUB writer: add ARA roles for accessibility (#9378)
Iacobus1983
2024-01-20
HTML writer: ensure that an alt attribute is added in EPUB output.
John MacFarlane
2023-12-04
HTML5 writer footnote changes (aria-role, element type).
John MacFarlane
2023-10-27
Fix spacing.
John MacFarlane
2023-09-29
Check if supplied FORMAT matches with an HTML slide deck value. Return True f...
James J Balamuta
2023-09-07
HTML writer: Fix CSL entry-spacing default.
John MacFarlane
2023-09-01
HTML writer: use the ID prefix in the ID for the footnotes section.
Benjamin Esham
2023-07-12
HTML writer: don't make line blocks sensitive to `--wrap`.
John MacFarlane
2023-03-29
HTML writer: use first paragraph in task item as checkbox label.
Albert Krewinkel
2023-03-29
Revert "HTML writer: wrap task items in labels."
Albert Krewinkel
2023-03-29
HTML writer: wrap task items in labels.
Albert Krewinkel
2023-03-20
HTML writer: Remove redundant `nubOrd`.
John MacFarlane
2023-03-20
Remove superfluous import.
John MacFarlane
2023-03-20
HTML writer: avoid duplicate classes.
John MacFarlane
2023-03-15
HTML writer: use img element instead of embed for .svg.gz...
John MacFarlane
2023-03-14
HTML writer footnotes changes:
John MacFarlane
2023-03-14
Remove confusing comment.
John MacFarlane
2023-03-08
HTML writer: Use different structure for epub footnotes. (#8676)
John MacFarlane
2023-01-21
T.P.Writers.Shared: export setupTranslations [API change].
John MacFarlane
2023-01-20
HTML writer: don't omit newlines in task lists.
John MacFarlane
2023-01-20
HTML writer: don't disable checkboxes in task lists.
John MacFarlane
2023-01-13
Remove block constructor Null from the code base.
John MacFarlane
2023-01-13
Support complex figures. [API change]
Albert Krewinkel
[next]