aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-02Fixed revealjs slide column width issues.John MacFarlane1-2/+7
2017-10-31HTML Writer: consistently use dashed class-namesmb211-3/+3
2017-10-29Source code reformatting.John MacFarlane1-2/+2
2017-10-29hlint suggestions.John MacFarlane1-51/+50
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-8/+8
2017-10-16HTML writer: don't add data- prefix to unknown attributes beginning with data-.John MacFarlane1-0/+1
2017-10-05KaTeX fixes:John MacFarlane1-19/+15
2017-08-29Add a type sig to satisfy ghc 7.10.3.John MacFarlane1-0/+1
2017-08-28HTML writer: ensure we don't get two style attributes for width & height.John MacFarlane1-2/+8
2017-08-17slidy uses https instead of http (#3848)ickc1-1/+1
2017-08-14Implement multicolumn support for slide formats.John MacFarlane1-1/+7
2017-08-10Slidy writer: use h1 for all slides...John MacFarlane1-1/+5
2017-07-26Sorted the list of supported HTML5 attributes and removed duplicates. (#3817)Wandmalfarbe1-80/+46
2017-07-26HTML writer: render raw inline environments when --mathjax used.John MacFarlane1-3/+8
2017-07-25HTML writer: insert data- in front of unsupported attributes.John MacFarlane1-48/+309
2017-06-26Use `table-of-contents` for contents of toc, make `toc` a boolean.John MacFarlane1-2/+6
2017-06-23HTML writer: make sure html4, html5 formats work for raw blocks/inlines.John MacFarlane1-14/+26
2017-06-20Writers: adjusted for renderTemplate' changes.John MacFarlane1-1/+1
2017-06-18Use revealjs's math plugin for mathjax.John MacFarlane1-1/+7
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane1-1/+1
2017-06-11Switched Writer types to use Text.John MacFarlane1-22/+28
2017-06-01HTML writer: Avoid two class attributes when adding 'uri' class.John MacFarlane1-7/+7
2017-05-26HTML writer: Removed unused parameter in dimensionsToAttributeList.John MacFarlane1-3/+3
2017-05-25Allow em for image height/width in HTML, LaTeX.John MacFarlane1-4/+3
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-04-25HTML line block: Use class instead of style attribute.John MacFarlane1-1/+1
2017-04-04Add original classes to JS obfuscated links (#3554)Timm Albers1-1/+4
2017-04-03Add class to footnote back referencesTimm Albers1-1/+1