aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
2020-02-08reveal.js: ensure that pauses work even in title slides.John MacFarlane1-4/+6
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-4/+4
2020-02-05Fix --number-offset with HTML TOC.John MacFarlane1-10/+19
2020-01-12HTML writer: fix duplicate attributes on headings.John MacFarlane1-9/+10
2020-01-07Reveal.js writer: restore old behavior for 2D nesting.John MacFarlane1-11/+17
2020-01-05Fix revealjs slide structure regression with certain slide levels.John MacFarlane1-6/+8
2020-01-04HTML writer: Add newlines to make slide show output more readable.John MacFarlane1-6/+8
2019-12-21HTML writer: more tweaks to avoid round-trip failures...John MacFarlane1-2/+5
2019-12-21Fix regression with --number-sections.John MacFarlane1-2/+1
2019-12-17Improved makeSections so we don't get doubled attributes.John MacFarlane1-1/+2
2019-12-05HTML writer: add task-list class to ul if all elements are task list items.John MacFarlane1-1/+10
2019-11-27HTML writer: hlint improvements.John MacFarlane1-25/+22
2019-11-27Removed useless cpp for old versions of blaze.John MacFarlane1-14/+0
2019-11-27Removed unneeded pragma.John MacFarlane1-1/+0
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-139/+138
2019-11-11Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5...Florian Beeres1-2/+4
2019-11-07Fix list fields in Opt so they aren't reversed.John MacFarlane1-2/+6
2019-11-04HTML Reader/Writer - Add support for <var> and <samp> (#5861)Amogh Rathore1-6/+15
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane1-3/+4
2019-10-24HTML reader/writer: Better handling of <q> with cite attribute (#5837)Ole Martin Ruud1-2/+10
2019-10-15Add support for reading and writing <kbd> elementsDaniele D'Orazio1-25/+39
2019-10-14change indentation of math part in Writers/HTML.hsmb211-33/+44
2019-10-14KaTeX math: respect classoption=fleqn variablemb211-2/+6
2019-10-09Options.WriterOptions: Change type of writerVariables to Context Text.John MacFarlane1-4/+7
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane1-1/+1
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane1-133/+100
2019-09-02HTML writer: use numeric character references with `--ascii`.John MacFarlane1-6/+2
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-18/+21
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane1-1/+1
2019-07-24HTML writer: ensure TeX formulas are rendered correctly (#5658)Philip Pesca1-1/+1
2019-07-23HTML writer: render inline formulas correctly with --webtex (#5656)Philip Pesca1-1/+4
2019-07-18HTML writer: ensure that line numbers in code blocks get id-prefix.John MacFarlane1-3/+5
2019-07-12Pass through aria- attributes to HTML5.John MacFarlane1-0/+1
2019-05-29HTML writer: output video and audio elementsmb211-30/+22
2019-05-28HTML writer: emit empty alt tag in figures (#5518)Mauro Bieg1-1/+1
2019-05-04HTML writer: don't add variation selector if it's already there.John MacFarlane1-1/+4
2019-04-30HTML: prevent gratuitious emojification on iOS.John MacFarlane1-1/+10
2019-04-20HTML writer: Add class="heading" to level 7+ Headers...John MacFarlane1-1/+1
2019-03-28HTML writer: Don't add data- prefix to RDFa attributes.John MacFarlane1-2/+19
2019-03-01HTML writer: include content under title slides.John MacFarlane1-7/+9
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-10Implement aria roles doc-bibliography, doc-biblioentry, doc-biblioref.John MacFarlane1-2/+10
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-02-02HTML5 writer: implement WAI-ARIA roles for (end)notes.John MacFarlane1-12/+25
2019-01-07revealjs writer: fix some section nesting corner cases.John MacFarlane1-6/+13
2019-01-02Implement task lists (#5139)Mauro Bieg1-2/+20
2018-11-21HTML writer: use plain `"` instead of `&quot;` outside of attributes.John MacFarlane1-1/+2
2018-11-01HTML writer: use character entities references when possible for HTML5.John MacFarlane1-2/+8
2018-10-04KaTeX: don't use autorenderer.John MacFarlane1-5/+5
2018-09-30Implement `--ascii` (`writerPreferAscii`) in writers, not App.John MacFarlane1-7/+11