summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)Author
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
2017-07-25HTML writer: insert data- in front of unsupported attributes.John MacFarlane
2017-06-26Use `table-of-contents` for contents of toc, make `toc` a boolean.John MacFarlane
2017-06-23HTML writer: make sure html4, html5 formats work for raw blocks/inlines.John MacFarlane
2017-06-20Writers: adjusted for renderTemplate' changes.John MacFarlane
2017-06-18Use revealjs's math plugin for mathjax.John MacFarlane
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane
2017-06-11Switched Writer types to use Text.John MacFarlane
2017-06-01HTML writer: Avoid two class attributes when adding 'uri' class.John MacFarlane
2017-05-26HTML writer: Removed unused parameter in dimensionsToAttributeList.John MacFarlane
2017-05-25Allow em for image height/width in HTML, LaTeX.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-04-25HTML line block: Use class instead of style attribute.John MacFarlane
2017-04-04Add original classes to JS obfuscated links (#3554)Timm Albers
2017-04-03Add class to footnote back referencesTimm Albers
2017-03-30Allow dynamic loading of syntax definitions.John MacFarlane
2017-03-13Highlighting: highlighting now returns an Either rather than Maybe.John MacFarlane
2017-03-09HTML writer: info message if 'lang' is unspecified.John MacFarlane
2017-03-09HTML writer: fallback to basename rather than Untitled.John MacFarlane
2017-03-04HTML writer: only issue warning for missing title if --standalone.John MacFarlane
2017-03-04HTML writer: Render SmallCaps as span with smallcaps class.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-03-04HTML writer: issue warning if no title specified and template used.John MacFarlane
2017-02-23Special-case .stretch class for images in reveal.js.John MacFarlane
2017-02-20Use lazy loading for reveal.js slide shows.John MacFarlane
2017-02-11HTML writer: report when not rendering raw inline/block.John MacFarlane
2017-02-03HTML and DocBook writers: fix internal links with writerIdentifierPrefix opt ...Mauro Bieg
2017-01-30`--mathml` and MathML in HTMLMathMethod longer take an argument.John MacFarlane
2017-01-27HTML: export separate functions for slide formats.John MacFarlane
2017-01-27HTML writer: export writeHtmlStringForEPUB.John MacFarlane