summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
Commit message (Expand)AuthorAge
* 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
* Removed writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane2017-01-25
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Removed writerIgnoreNotes.John MacFarlane2017-01-25
* Refactored math conversion in writers.John MacFarlane2017-01-25
* Fix rebasing errors.Jesse Rosenthal2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Implement Errors in PandocMonadJesse Rosenthal2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Adds support for pagebreaks (when it makes sense)Hubert Plociniczak2017-01-25
* HTML writer: don't process pars with empty RawInline, fixes #1040 (#3327)Mauro Bieg2016-12-24
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Updated renderHtml import in HTML writer to avoid deprecated function.John MacFarlane2016-11-27
* reveal.js: don't change slide title to level 1 header.John MacFarlane2016-10-25
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* Remove Compat.MonoidJesse Rosenthal2016-09-02
* HTML writer: Better support for raw LaTeX environments.John MacFarlane2016-06-22
* HTML writer: ensure mathjax link is added when math appears in footnote.John MacFarlane2016-04-29
* HTML writer: don't include alignment attribute for default table columns.John MacFarlane2016-02-03
* HTML writer: harmless code simplification.John MacFarlane2016-01-14
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Merge pull request #2532 from michaelbeaumont/fix-2530John MacFarlane2015-11-19
|\ \
| * | Interpret pauses correctly for all headersmichaelbeaumont2015-11-15
* | | Merge pull request #2506 from adunning/patch-1John MacFarlane2015-11-19
|\ \ \
| * | | Remove redundant `center` variable for reveal.js.Andrew Dunning2015-11-09
* | | | HTML writer: Include `example` class for example lists.John MacFarlane2015-11-16
| |/ / |/| |
* | | Restored Text.Pandoc.Compat.Monoid.John MacFarlane2015-11-09
* | | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
|/ /