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