summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
Commit message (Expand)AuthorAge
* HTML writer: Use br elements in line blocks...John MacFarlane2017-12-26
* Add `empty_paragraphs` extension.John MacFarlane2017-12-04
* Removed unnecessary import.John MacFarlane2017-12-03
* HTML writer: export tagWithAttributes.John MacFarlane2017-12-03
* Improved support for columns in HTML.John MacFarlane2017-11-02
* Use latest skylighting; ensure no duplicate ids on code lines.John MacFarlane2017-11-02
* Fixed revealjs slide column width issues.John MacFarlane2017-11-02
* HTML Writer: consistently use dashed class-namesmb212017-10-31
* Source code reformatting.John MacFarlane2017-10-29
* hlint suggestions.John MacFarlane2017-10-29
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* HTML writer: don't add data- prefix to unknown attributes beginning with data-.John MacFarlane2017-10-16
* KaTeX fixes:John MacFarlane2017-10-05
* Add a type sig to satisfy ghc 7.10.3.John MacFarlane2017-08-29
* HTML writer: ensure we don't get two style attributes for width & height.John MacFarlane2017-08-28
* slidy uses https instead of http (#3848)ickc2017-08-17
* Implement multicolumn support for slide formats.John MacFarlane2017-08-14
* Slidy writer: use h1 for all slides...John MacFarlane2017-08-10
* Sorted the list of supported HTML5 attributes and removed duplicates. (#3817)Wandmalfarbe2017-07-26
* HTML writer: render raw inline environments when --mathjax used.John MacFarlane2017-07-26
* HTML writer: insert data- in front of unsupported attributes.John MacFarlane2017-07-25
* Use `table-of-contents` for contents of toc, make `toc` a boolean.John MacFarlane2017-06-26
* HTML writer: make sure html4, html5 formats work for raw blocks/inlines.John MacFarlane2017-06-23
* Writers: adjusted for renderTemplate' changes.John MacFarlane2017-06-20
* Use revealjs's math plugin for mathjax.John MacFarlane2017-06-18
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Switched Writer types to use Text.John MacFarlane2017-06-11
* HTML writer: Avoid two class attributes when adding 'uri' class.John MacFarlane2017-06-01
* HTML writer: Removed unused parameter in dimensionsToAttributeList.John MacFarlane2017-05-26
* Allow em for image height/width in HTML, LaTeX.John MacFarlane2017-05-25
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* HTML line block: Use class instead of style attribute.John MacFarlane2017-04-25
* Add original classes to JS obfuscated links (#3554)Timm Albers2017-04-04
* Add class to footnote back referencesTimm Albers2017-04-03
* Allow dynamic loading of syntax definitions.John MacFarlane2017-03-30
* Highlighting: highlighting now returns an Either rather than Maybe.John MacFarlane2017-03-13
* HTML writer: info message if 'lang' is unspecified.John MacFarlane2017-03-09
* HTML writer: fallback to basename rather than Untitled.John MacFarlane2017-03-09
* HTML writer: only issue warning for missing title if --standalone.John MacFarlane2017-03-04
* HTML writer: Render SmallCaps as span with smallcaps class.John MacFarlane2017-03-04
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* HTML writer: issue warning if no title specified and template used.John MacFarlane2017-03-04
* Special-case .stretch class for images in reveal.js.John MacFarlane2017-02-23
* Use lazy loading for reveal.js slide shows.John MacFarlane2017-02-20
* HTML writer: report when not rendering raw inline/block.John MacFarlane2017-02-11
* HTML and DocBook writers: fix internal links with writerIdentifierPrefix opt ...Mauro Bieg2017-02-03
* `--mathml` and MathML in HTMLMathMethod longer take an argument.John MacFarlane2017-01-30
* HTML: export separate functions for slide formats.John MacFarlane2017-01-27
* HTML writer: export writeHtmlStringForEPUB.John MacFarlane2017-01-27
* Provide explicit separate functions for HTML 4 and 5.John MacFarlane2017-01-25