aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-15HTML writer: Removed useless clause.John MacFarlane1-4/+0
2014-07-10HTML writer: Deactivate "incremental" inside slide speaker notes.John MacFarlane1-3/+5
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-04-26HTML writer: improved detection of image links.John MacFarlane1-1/+5
2014-03-05HTML writer: Add colgroup around col tags.John MacFarlane1-5/+10
2014-02-17HTML writer: Fixed bug with unnumbered section headings.John MacFarlane1-1/+2
2014-01-06HTML writer: Omit footnotes from TOC entries.John MacFarlane1-1/+3
2014-01-02HTML writer: With --toc, headers no longer link to themselves.John MacFarlane1-15/+8
2013-12-19HLint: use fromMaybeHenry de Valence1-2/+2
2013-12-19HLint: redundant parensHenry de Valence1-1/+1
2013-11-23HTML writer: Handle csl flipflopping spans (csl-no-emph, etc.)John MacFarlane1-2/+16
2013-11-12HTML/EPUB footnotes: Put `<sup>` tag inside `<a>` tags.John MacFarlane1-4/+4
2013-11-01TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane1-2/+2
2013-10-20Fixed '. . .' (pause) on HTML slide formats. Closes #1029.John MacFarlane1-3/+2
2013-10-13Treat div with class "notes" as speaker notes in slide formats.John MacFarlane1-2/+9
2013-10-13HTML writer: Insert command to typeset mathjax for slideous output.John MacFarlane1-1/+5
2013-10-06Removed code that forces MathJax to typeset.John MacFarlane1-2/+1
2013-09-12HTML writer: Ensure proper escaping in header metadata.John MacFarlane1-4/+5
2013-09-08Made . . . for pause work in all slide show formats except slideous.John MacFarlane1-7/+15
2013-09-01Mathjax in HTML slide shows: include explicit "Typeset" instruction.John MacFarlane1-1/+2
2013-08-10Adjustments for new Format newtype.John MacFarlane1-5/+8
2013-08-08Preliminary support for new Div and Span elements in writers.John MacFarlane1-0/+5
2013-07-13Checking options before applying syntax highlighting for HTML outputAlexander Kondratskiy1-3/+9
2013-07-01Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane1-2/+2
2013-06-29Metadata changes: Variables now completely shadow metadata.John MacFarlane1-2/+2
2013-06-27Writers: Use defField for defaults.John MacFarlane1-14/+14
2013-06-24Use new flexible metadata type.John MacFarlane1-73/+42
2013-06-24Revised Text.Pandoc.Templates to accept JSON contexts.John MacFarlane1-1/+5
2013-04-25Don't convert to lowercase in email obfuscation.John MacFarlane1-6/+8