index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
HTML.hs
Age
Commit message (
Expand
)
Author
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
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-12-04
HTML writer: remove obsolete stuff about mathml-script.
John MacFarlane
2022-12-04
HTML writer: include math links if there are raw...
John MacFarlane
2022-11-29
HTML writer: Add prooftree to list of math environments.
John MacFarlane
2022-11-11
[API change] Add functions htmlAddStyle, htmlAlignmentToString and htmlAttrs ...
Wout Gevaert
2022-10-31
First stab at mtl 2.3 compliance.
John MacFarlane
2022-10-19
Text.Pandoc.Shared: remove `ordNub` [API change].
John MacFarlane
2022-10-15
Minor code cleanups.
John MacFarlane
2022-10-09
HTML writer; Properly merge classes for headings of level > 6.
John MacFarlane
2022-10-05
HTML writer: replace deprecated aria roles for bibliography entries.
John MacFarlane
2022-10-03
Rename T.P.Network.HTTP -> T.P.URI.
John MacFarlane
2022-10-03
Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)
John MacFarlane
2022-09-28
HTML writer: prevent `<a>` inside `<a>`.
John MacFarlane
2022-09-05
HTML writer: only treat `. . .` as a slide pause in slides...
John MacFarlane
2022-08-27
HTML, Markdown writers: filter out empty class attributes.
John MacFarlane
2022-08-27
Fix a small space leak in HTML writer.
John MacFarlane
2022-08-26
HTML writer: avoid aria-hidden in code blocks for HTML4.
John MacFarlane
2022-08-25
HTML writer: use role combinator from blaze....
John MacFarlane
2022-08-25
HTML writer: only add role attribute in HTML5.
John MacFarlane
2022-08-22
HTML writer: revert to using `width` property for column widths
Albert Krewinkel
2022-08-18
HTML writer: use `flex` property for column widths
Albert Krewinkel
2022-07-25
HTML writer: Allow "spanlike" classes to be combined.
John MacFarlane
2022-06-23
Remove extra soft break for tasklist (#8142)
black-desk
2022-06-02
HTML writer: fix bug with `--number-offset`.
John MacFarlane
2022-04-28
HTML writer: avoid doubled style attribute...
John MacFarlane
[next]