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