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
/
writer.html4
Age
Commit message (
Expand
)
Author
2025-07-29
HTML styles: prefix default styles with informative CSS comment (#11002)
Albert Krewinkel
2025-01-14
HTML styles: fix style of hr so it works when printed (#10535)
Hendrik Erz
2023-08-13
Fix tests for change to template in #8999.
John MacFarlane
2023-07-26
Add clause for svg to default CSS for HTML.
John MacFarlane
2023-03-29
styles.html: fix task-list styling in reveal.js
Albert Krewinkel
2023-01-13
Support complex figures. [API change]
Albert Krewinkel
2023-01-13
HTML style template: put Consolas before Lucida Console for code font.
John MacFarlane
2023-01-06
Add `code { hyphens: manual; }` to HTML and EPUB CSS.
John MacFarlane
2022-11-09
HTML template: remove default font size, line height...
John MacFarlane
2022-11-04
Change default background color of PDFs generated via HTML (#8422)
Marcin Serwin
2022-08-22
HTML writer: revert to using `width` property for column widths
Albert Krewinkel
2022-08-03
Improve default CSS for task lists.
John MacFarlane
2022-08-01
HTML: use CSS flex boxes for columns.
Albert Krewinkel
2022-07-31
Fix tests for d2bd9abc4d5e9b6b4a6414fd010cdb5995f32935
John MacFarlane
2022-01-16
CSS in HTML template: adjust #TOC and h1 on mobile (#7835)
Mauro Bieg
2022-01-10
HTML writer: don't break attributes values when wrapping.
John MacFarlane
2021-12-22
HTML writer: make line breaks more consistent.
John MacFarlane
2021-12-22
Add text wrapping to HTML output.
John MacFarlane
2021-09-10
Support `--reference-location` for HTML output (#7461)
Francesco Mazzoli
2021-07-05
document-css: reset overflow-wrap on code blocks
Mauro Bieg
2020-11-02
Default CSS tweaks.
John MacFarlane
2020-11-01
Default CSS: avoid padding and color if monobackgroundcolor not given.
John MacFarlane
2020-11-01
Updates to default CSS (#6786)
Mauro Bieg
2020-09-19
Add CSS to default HTML template (#6601)
Mauro Bieg
2020-05-18
Use CSS in favor of <br> for display math (#6372)
Lila
2019-12-05
HTML-based templates: Add CSS to suppress bullet on unordered task lists.
John MacFarlane
2019-09-08
Replace Element and makeHierarchical with makeSections.
John MacFarlane
2019-09-05
Add div.hanging-indent CSS to HTML templates.
John MacFarlane
2019-09-05
Add partial styles.html in HTML5 template.
John MacFarlane
2019-05-28
HTML writer: emit empty alt tag in figures (#5518)
Mauro Bieg
2019-04-30
HTML: prevent gratuitious emojification on iOS.
John MacFarlane
2019-02-25
Shared.compactify: Avoid mixed lists.
John MacFarlane
2018-09-19
Markdown reader: distinguish autolinks in the AST.
John MacFarlane
2017-12-26
HTML writer: Use br elements in line blocks...
John MacFarlane
2017-12-03
Include default CSS for 'underline' class in HTML-based templates.
John MacFarlane
2017-11-02
Improved support for columns in HTML.
John MacFarlane
2017-10-31
HTML Writer: consistently use dashed class-names
mb21
2017-08-14
Implement multicolumn support for slide formats.
John MacFarlane
2017-05-25
Added `spaced_reference_links` extension.
John MacFarlane
2017-04-25
HTML line block: Use class instead of style attribute.
John MacFarlane
2017-04-03
Add class to footnote back references
Timm Albers
2017-03-04
Regularized CSS in html/epub/html slide templates.
John MacFarlane
2017-03-04
templates: CSS for .smallcaps, closes #1592 (#3485)
Mauro Bieg
2017-02-04
Moved tests/ -> test/.
John MacFarlane