summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
Commit message (Expand)AuthorAge
* 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
|/ /
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | HTML writer: use width on whole table if col widths sum to < 100%.John MacFarlane2015-10-30
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* | HTML reader/writer: better handling of "section" elements.John MacFarlane2015-10-11
|/
* DZSlides: Add `role="note"` for speaker notes.John MacFarlane2015-07-21
* HTML writer: support speaker notes in dzslides.John MacFarlane2015-07-13
* Fixed email javascript obfuscation with mailto: URLs.John MacFarlane2015-07-07
* Revealjs: allow 'center' to be set to false.John MacFarlane2015-05-27
* Don't use sup element for epub footnotes.John MacFarlane2015-05-11
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Really fix #1394.John MacFarlane2015-03-14
* HTML writer: include raw latex blocks if --mathjax specified.John MacFarlane2015-02-25
* Append newline to the LineBreak of various writersTim Lin2015-02-04
* HTML writer: Add "inline" or "display" class to math spans.John MacFarlane2015-02-01
* Refactored `if x then [] else y` to `[y | not x]`Konstantin Zudov2015-01-29
* Do not ommit missing `alt` attribute on `img` tagKonstantin Zudov2015-01-29
* Fixed list-style-type for numbered example lists.John MacFarlane2015-01-27
* Use CPP to avoid unneeded import warning for blaze-markup >= 0.6.3.John MacFarlane2015-01-19
* HTML writer: put newline btw img and caption paragraph.John MacFarlane2014-12-15
* Text.Pandoc.Readers.HTML: Retain display type of MathML outputMatthew Pickering2014-12-15
* HTML writer: Make header attributes work outside top level.John MacFarlane2014-10-23
* HTML Writer: Don't double render when email-obfuscation=nonempickering2014-09-25
* Add support for KaTeX HTML mathmpickering2014-09-25
* HTML Writer: MathML now outputted with tex annotation.mpickering2014-09-25
* HTML writer: use 'uri' or 'email' class for autolinks.John MacFarlane2014-08-12
* HTML writer: Don't include empty TOC items for slide shows.John MacFarlane2014-08-09
* Use texmath 0.7 interface.John MacFarlane2014-08-04
* Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering2014-07-19
* HTML writer: Removed useless clause.John MacFarlane2014-07-15
* HTML writer: Deactivate "incremental" inside slide speaker notes.John MacFarlane2014-07-10
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* HTML writer: improved detection of image links.John MacFarlane2014-04-26