aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
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 `"` 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
2018-09-27HTML writer: avoid adding extra section nestings for revealjs.John MacFarlane1-1/+1
2018-09-27HTML writer: omit unknown attributes in EPUB2 output.John MacFarlane1-8/+140
2018-09-19Markdown reader: distinguish autolinks in the AST.John MacFarlane1-5/+2
2018-09-11HTML writer: always output <dt> element, even if it is emptyAlexander Krotov1-3/+1
2018-08-08HTML writer: Don't prefix epub: attributes with data-.John MacFarlane1-0/+1
2018-06-12reveal.js writer and template: reuse mathjax URL...John MacFarlane1-5/+6
2018-05-09Restored and undeprecated gladtex for HTML math.John MacFarlane1-1/+8
2018-05-09Fix regression with tex math environments in HTML + MathJax.John MacFarlane1-11/+5
2018-05-07HTML writer: Strip links from headers when creating TOC.John MacFarlane1-4/+12
2018-04-25Removed deprecated ancient HTML math methods.John MacFarlane1-25/+0
2018-03-30EPUB writer: add epub:type="footnotes" to notes section in EPUB3.John MacFarlane1-0/+5
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-17Work around Monoid/Semigroup-related compiler errors GHC 7.10.John MacFarlane1-13/+12
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane1-1/+0
2018-02-22Presentations: Use divs to set incremental/non-incrementalJesse Rosenthal1-7/+16
2018-01-19Conditional import to avoid warning.John MacFarlane1-2/+5
2018-01-19hlint code improvements.John MacFarlane1-6/+7
2018-01-09HTML writer: Fixed footnote backlinks with --id-prefix.John MacFarlane1-1/+1
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-12-26HTML writer: Use br elements in line blocks...John MacFarlane1-2/+1
2017-12-04Add `empty_paragraphs` extension.John MacFarlane1-5/+9
2017-12-03Removed unnecessary import.John MacFarlane1-1/+1
2017-12-03HTML writer: export tagWithAttributes.John MacFarlane1-2/+19
2017-11-02Improved support for columns in HTML.John MacFarlane1-5/+2
2017-11-02Use latest skylighting; ensure no duplicate ids on code lines.John MacFarlane1-3/+11