aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
2017-06-11Switched Writer types to use Text.John MacFarlane1-22/+28
2017-06-01HTML writer: Avoid two class attributes when adding 'uri' class.John MacFarlane1-7/+7
2017-05-26HTML writer: Removed unused parameter in dimensionsToAttributeList.John MacFarlane1-3/+3
2017-05-25Allow em for image height/width in HTML, LaTeX.John MacFarlane1-4/+3
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-04-25HTML line block: Use class instead of style attribute.John MacFarlane1-1/+1
2017-04-04Add original classes to JS obfuscated links (#3554)Timm Albers1-1/+4
2017-04-03Add class to footnote back referencesTimm Albers1-1/+1
2017-03-30Allow dynamic loading of syntax definitions.John MacFarlane1-3/+4
2017-03-13Highlighting: highlighting now returns an Either rather than Maybe.John MacFarlane1-8/+13
2017-03-09HTML writer: info message if 'lang' is unspecified.John MacFarlane1-1/+4
2017-03-09HTML writer: fallback to basename rather than Untitled.John MacFarlane1-4/+5
2017-03-04HTML writer: only issue warning for missing title if --standalone.John MacFarlane1-11/+13
2017-03-04HTML writer: Render SmallCaps as span with smallcaps class.John MacFarlane1-1/+1
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-50/+53
2017-03-04HTML writer: issue warning if no title specified and template used.John MacFarlane1-7/+14
2017-02-23Special-case .stretch class for images in reveal.js.John MacFarlane1-6/+21
2017-02-20Use lazy loading for reveal.js slide shows.John MacFarlane1-7/+18
2017-02-11HTML writer: report when not rendering raw inline/block.John MacFarlane1-3/+8
2017-02-03HTML and DocBook writers: fix internal links with writerIdentifierPrefix opt ...Mauro Bieg1-3/+5
2017-01-30`--mathml` and MathML in HTMLMathMethod longer take an argument.John MacFarlane1-6/+2
2017-01-27HTML: export separate functions for slide formats.John MacFarlane1-53/+111
2017-01-27HTML writer: export writeHtmlStringForEPUB.John MacFarlane1-6/+26
2017-01-25Provide explicit separate functions for HTML 4 and 5.John MacFarlane1-43/+74
2017-01-25Removed writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane1-7/+12
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane1-1/+0
2017-01-25Removed writerIgnoreNotes.John MacFarlane1-6/+4
2017-01-25Refactored math conversion in writers.John MacFarlane1-9/+6
2017-01-25Fix rebasing errors.Jesse Rosenthal1-1/+1
2017-01-25Unify Errors.Jesse Rosenthal1-1/+2
2017-01-25Implement Errors in PandocMonadJesse Rosenthal1-32/+38
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal1-4/+5
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