aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
2017-01-25Adds support for pagebreaks (when it makes sense)Hubert Plociniczak1-0/+1
2016-12-24HTML writer: don't process pars with empty RawInline, fixes #1040 (#3327)Mauro Bieg1-3/+8
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-14/+8
2016-11-27Updated renderHtml import in HTML writer to avoid deprecated function.John MacFarlane1-2/+1
2016-10-25reveal.js: don't change slide title to level 1 header.John MacFarlane1-3/+1
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel1-1/+8
2016-09-02Remove Compat.MonoidJesse Rosenthal1-1/+1
2016-06-22HTML writer: Better support for raw LaTeX environments.John MacFarlane1-12/+41
2016-04-29HTML writer: ensure mathjax link is added when math appears in footnote.John MacFarlane1-3/+2
2016-02-03HTML writer: don't include alignment attribute for default table columns.John MacFarlane1-2/+5
2016-01-14HTML writer: harmless code simplification.John MacFarlane1-34/+32
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-3/+7
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-20/+47
2015-11-19Merge pull request #2532 from michaelbeaumont/fix-2530John MacFarlane1-5/+3
2015-11-19Merge pull request #2506 from adunning/patch-1John MacFarlane1-3/+0
2015-11-16HTML writer: Include `example` class for example lists.John MacFarlane1-0/+3
2015-11-15Interpret pauses correctly for all headersmichaelbeaumont1-5/+3
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane1-0/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-09Remove redundant `center` variable for reveal.js.Andrew Dunning1-3/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-30HTML writer: use width on whole table if col widths sum to < 100%.John MacFarlane1-2/+9
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-2/+0
2015-10-11HTML reader/writer: better handling of "section" elements.John MacFarlane1-2/+5
2015-08-07Updated readers, writers and README for link attributemb211-11/+12
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane1-9/+35
2015-07-21DZSlides: Add `role="note"` for speaker notes.John MacFarlane1-1/+2
2015-07-13HTML writer: support speaker notes in dzslides.John MacFarlane1-0/+1
2015-07-07Fixed email javascript obfuscation with mailto: URLs.John MacFarlane1-2/+2
2015-05-27Revealjs: allow 'center' to be set to false.John MacFarlane1-0/+3
2015-05-11Don't use sup element for epub footnotes.John MacFarlane1-2/+4
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-03-14Really fix #1394.John MacFarlane1-5/+6
2015-02-25HTML writer: include raw latex blocks if --mathjax specified.John MacFarlane1-1/+8
2015-02-04Append newline to the LineBreak of various writersTim Lin1-1/+2
2015-02-01HTML writer: Add "inline" or "display" class to math spans.John MacFarlane1-57/+60
2015-01-29Refactored `if x then [] else y` to `[y | not x]`Konstantin Zudov1-6/+2
2015-01-29Do not ommit missing `alt` attribute on `img` tagKonstantin Zudov1-4/+1
2015-01-27Fixed list-style-type for numbered example lists.John MacFarlane1-1/+3
2015-01-19Use CPP to avoid unneeded import warning for blaze-markup >= 0.6.3.John MacFarlane1-0/+3
2014-12-15HTML writer: put newline btw img and caption paragraph.John MacFarlane1-1/+1
2014-12-15Text.Pandoc.Readers.HTML: Retain display type of MathML outputMatthew Pickering1-2/+4
2014-10-23HTML writer: Make header attributes work outside top level.John MacFarlane1-4/+14
2014-09-25HTML Writer: Don't double render when email-obfuscation=nonempickering1-5/+5
2014-09-25Add support for KaTeX HTML mathmpickering1-0/+19
2014-09-25HTML Writer: MathML now outputted with tex annotation.mpickering1-1/+15
2014-08-12HTML writer: use 'uri' or 'email' class for autolinks.John MacFarlane1-5/+8
2014-08-09HTML writer: Don't include empty TOC items for slide shows.John MacFarlane1-0/+3
2014-08-04Use texmath 0.7 interface.John MacFarlane1-6/+7
2014-07-19Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering1-2/+2