summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)Author
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane
2015-11-19Merge pull request #2532 from michaelbeaumont/fix-2530John MacFarlane
2015-11-19Merge pull request #2506 from adunning/patch-1John MacFarlane
2015-11-16HTML writer: Include `example` class for example lists.John MacFarlane
2015-11-15Interpret pauses correctly for all headersmichaelbeaumont
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-09Remove redundant `center` variable for reveal.js.Andrew Dunning
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-30HTML writer: use width on whole table if col widths sum to < 100%.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-10-11HTML reader/writer: better handling of "section" elements.John MacFarlane
2015-08-07Updated readers, writers and README for link attributemb21
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane
2015-07-21DZSlides: Add `role="note"` for speaker notes.John MacFarlane
2015-07-13HTML writer: support speaker notes in dzslides.John MacFarlane
2015-07-07Fixed email javascript obfuscation with mailto: URLs.John MacFarlane
2015-05-27Revealjs: allow 'center' to be set to false.John MacFarlane
2015-05-11Don't use sup element for epub footnotes.John MacFarlane
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2015-03-14Really fix #1394.John MacFarlane
2015-02-25HTML writer: include raw latex blocks if --mathjax specified.John MacFarlane
2015-02-04Append newline to the LineBreak of various writersTim Lin
2015-02-01HTML writer: Add "inline" or "display" class to math spans.John MacFarlane
2015-01-29Refactored `if x then [] else y` to `[y | not x]`Konstantin Zudov
2015-01-29Do not ommit missing `alt` attribute on `img` tagKonstantin Zudov
2015-01-27Fixed list-style-type for numbered example lists.John MacFarlane
2015-01-19Use CPP to avoid unneeded import warning for blaze-markup >= 0.6.3.John MacFarlane
2014-12-15HTML writer: put newline btw img and caption paragraph.John MacFarlane
2014-12-15Text.Pandoc.Readers.HTML: Retain display type of MathML outputMatthew Pickering
2014-10-23HTML writer: Make header attributes work outside top level.John MacFarlane
2014-09-25HTML Writer: Don't double render when email-obfuscation=nonempickering
2014-09-25Add support for KaTeX HTML mathmpickering
2014-09-25HTML Writer: MathML now outputted with tex annotation.mpickering
2014-08-12HTML writer: use 'uri' or 'email' class for autolinks.John MacFarlane
2014-08-09HTML writer: Don't include empty TOC items for slide shows.John MacFarlane
2014-08-04Use texmath 0.7 interface.John MacFarlane
2014-07-19Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering
2014-07-15HTML writer: Removed useless clause.John MacFarlane
2014-07-10HTML writer: Deactivate "incremental" inside slide speaker notes.John MacFarlane
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2014-04-26HTML writer: improved detection of image links.John MacFarlane
2014-03-05HTML writer: Add colgroup around col tags.John MacFarlane
2014-02-17HTML writer: Fixed bug with unnumbered section headings.John MacFarlane
2014-01-06HTML writer: Omit footnotes from TOC entries.John MacFarlane
2014-01-02HTML writer: With --toc, headers no longer link to themselves.John MacFarlane
2013-12-19HLint: use fromMaybeHenry de Valence
2013-12-19HLint: redundant parensHenry de Valence
2013-11-23HTML writer: Handle csl flipflopping spans (csl-no-emph, etc.)John MacFarlane
2013-11-12HTML/EPUB footnotes: Put `<sup>` tag inside `<a>` tags.John MacFarlane