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
2022-01-28
HTML writer: avoid duplicate "style" attributes on table cells
Albert Krewinkel
2022-01-09
Improve abstract in HTML template.
John MacFarlane
2022-01-06
reveal.js: Make sure images with r-stretch are not in p tags.
John MacFarlane
2022-01-06
reveal.js: don't add r-fit-text class to section.
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2022-01-01
Use latest version of KaTeX.
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-11-19
HTML writer: Don't create invalid `data-` attribute...
John MacFarlane
2021-10-22
Use simpleFigure in Readers.
Aner Lucero
2021-10-12
Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."
John MacFarlane
2021-10-01
Depend on pandoc-types 1.23, remove Null constructor on Block.
John MacFarlane
2021-09-23
HTML writer: render `\ref` and `\eqref` as inline math...
John MacFarlane
2021-09-22
HTML writer: pass through `\ref` and `\eqref`...
John MacFarlane
2021-09-22
HTML writer: pass through inline math environments with KaTeX.
John MacFarlane
2021-09-16
HTML writer: set "hash" to True by default (for reveal.js).
John MacFarlane
2021-09-10
Support `--reference-location` for HTML output (#7461)
Francesco Mazzoli
2021-08-03
Stop using the HTTP package. (#7456)
mt_caret
2021-07-02
HTML5 writer, remove aria-hidden when explicit atl text is provided.
Aner Lucero
2021-06-29
Remove duplicated alt text in HTML output.
Aner Lucero
2021-06-23
reveal.js writer: Go back to setting boolean values for variables.
John MacFarlane
2021-06-21
reveal.js writer: better handling of options.
John MacFarlane
2021-06-01
HTML writer: Don't omit width attribute on div.
John MacFarlane
2021-05-17
HTML writer: ensure headings only have valid attribs in HTML4
Albert Krewinkel
2021-03-15
Use foldl' instead of foldl everywhere.
John MacFarlane
2021-03-10
HTML writer: Add warnings on duplicate attribute values.
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2021-01-05
HTML writer: fix implicit_figure at end of footnotes.
John MacFarlane
2020-12-27
Use meta-description instead of description in templates.
John MacFarlane
2020-12-20
HTML writer: don't include p tags in CSL bibliography entries.
John MacFarlane
2020-12-04
HTML writer: Fix handling of nested csl- display spans.
John MacFarlane
2020-11-07
Lint code in PRs and when committing to master (#6790)
Albert Krewinkel
2020-10-30
Fix duplicate "class" attribute in HTML writer
Andy Morris
2020-09-21
Add built-in citation support using new citeproc library.
John MacFarlane
2020-09-19
Add CSS to default HTML template (#6601)
Mauro Bieg
2020-09-13
HTML writer: support intermediate table headers
Albert Krewinkel
2020-09-13
HTML writer: support attributes on all table elements
Albert Krewinkel
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
2020-09-12
HTML writer: render table footers if present
Albert Krewinkel
2020-09-12
[API change] Rename Writers.Tables and its contents (#6679)
Christian Despres
2020-09-10
Support colspans and rowspans in HTML tables (#6644)
Albert Krewinkel
2020-08-21
HTML writer: Fix addition of doc-biblioentry role.
John MacFarlane
2020-07-01
HTML writer: improve alt-text/caption handling for HTML5
Albert Krewinkel
2020-05-30
Change default revealjs-url to use CDN version of revealjs v4.
John MacFarlane
2020-05-28
Fixed Katex standalone script (#6399)
Lucas Escot
2020-05-18
Use CSS in favor of <br> for display math (#6372)
Lila
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
2020-04-18
Fix round-trip bug with HTML tables....
John MacFarlane
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
2020-04-15
Implement the new Table type
despresc
[next]