summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)Author
2019-03-01HTML writer: include content under title slides.John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-10Implement aria roles doc-bibliography, doc-biblioentry, doc-biblioref.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-02-02HTML5 writer: implement WAI-ARIA roles for (end)notes.John MacFarlane
2019-01-07revealjs writer: fix some section nesting corner cases.John MacFarlane
2019-01-02Implement task lists (#5139)Mauro Bieg
2018-11-21HTML writer: use plain `"` instead of `"` outside of attributes.John MacFarlane
2018-11-01HTML writer: use character entities references when possible for HTML5.John MacFarlane
2018-10-04KaTeX: don't use autorenderer.John MacFarlane
2018-09-30Implement `--ascii` (`writerPreferAscii`) in writers, not App.John MacFarlane
2018-09-27HTML writer: avoid adding extra section nestings for revealjs.John MacFarlane
2018-09-27HTML writer: omit unknown attributes in EPUB2 output.John MacFarlane
2018-09-19Markdown reader: distinguish autolinks in the AST.John MacFarlane
2018-09-11HTML writer: always output <dt> element, even if it is emptyAlexander Krotov
2018-08-08HTML writer: Don't prefix epub: attributes with data-.John MacFarlane
2018-06-12reveal.js writer and template: reuse mathjax URL...John MacFarlane
2018-05-09Restored and undeprecated gladtex for HTML math.John MacFarlane
2018-05-09Fix regression with tex math environments in HTML + MathJax.John MacFarlane
2018-05-07HTML writer: Strip links from headers when creating TOC.John MacFarlane
2018-04-25Removed deprecated ancient HTML math methods.John MacFarlane
2018-03-30EPUB writer: add epub:type="footnotes" to notes section in EPUB3.John MacFarlane
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-17Work around Monoid/Semigroup-related compiler errors GHC 7.10.John MacFarlane
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane
2018-02-22Presentations: Use divs to set incremental/non-incrementalJesse Rosenthal
2018-01-19Conditional import to avoid warning.John MacFarlane
2018-01-19hlint code improvements.John MacFarlane
2018-01-09HTML writer: Fixed footnote backlinks with --id-prefix.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-12-26HTML writer: Use br elements in line blocks...John MacFarlane
2017-12-04Add `empty_paragraphs` extension.John MacFarlane
2017-12-03Removed unnecessary import.John MacFarlane
2017-12-03HTML writer: export tagWithAttributes.John MacFarlane
2017-11-02Improved support for columns in HTML.John MacFarlane
2017-11-02Use latest skylighting; ensure no duplicate ids on code lines.John MacFarlane
2017-11-02Fixed revealjs slide column width issues.John MacFarlane
2017-10-31HTML Writer: consistently use dashed class-namesmb21
2017-10-29Source code reformatting.John MacFarlane
2017-10-29hlint suggestions.John MacFarlane
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane
2017-10-16HTML writer: don't add data- prefix to unknown attributes beginning with data-.John MacFarlane
2017-10-05KaTeX fixes:John MacFarlane
2017-08-29Add a type sig to satisfy ghc 7.10.3.John MacFarlane
2017-08-28HTML writer: ensure we don't get two style attributes for width & height.John MacFarlane
2017-08-17slidy uses https instead of http (#3848)ickc
2017-08-14Implement multicolumn support for slide formats.John MacFarlane
2017-08-10Slidy writer: use h1 for all slides...John MacFarlane
2017-07-26Sorted the list of supported HTML5 attributes and removed duplicates. (#3817)Wandmalfarbe
2017-07-26HTML writer: render raw inline environments when --mathjax used.John MacFarlane