aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-20Add slash in internal links in reveal.js.John MacFarlane1-3/+16
2013-03-26Removed blaze_html_0_5 flag, require blaze-html >= 0.5.John MacFarlane1-4/+0
2013-03-24Added syntax for "pauses" in beamer or reaveljs slide shows.John MacFarlane1-0/+4
2013-03-23Reveal.js improvements.John MacFarlane1-0/+1
2013-03-21reveal_js: nested vertical stacks used for hierarchical structure.John MacFarlane1-2/+4
2013-03-21Support incremental slide view for definition lists.John MacFarlane1-11/+12
2013-03-21Added basic support for reveal.js.Jamie F. Olson1-15/+15
2013-03-16Fixed numbering mismatch between TOC and sections in HTML.John MacFarlane1-1/+2
2013-02-23HTML writer: fix case when writerNumberOffet is empty or short.John MacFarlane1-1/+1
2013-02-23`--number-from` -> `--number-offset`John MacFarlane1-3/+1
2013-02-22Made HTML writer sensitive to `writerNumberFrom`.John MacFarlane1-1/+4
2013-02-14HTML writer: Support header attributes.John MacFarlane1-19/+22
2013-02-13hierarchicalize: Do not number section with class "unnumbered".John MacFarlane1-6/+6
2013-02-12HTML writer: Refactored adding attributes to html element.John MacFarlane1-9/+10
2013-02-12Shared: Changed type of Element.John MacFarlane1-2/+2
2013-01-21Use proportional font for email autolinks with obfuscation.John MacFarlane1-1/+1
2013-01-18Add data-cites field to citations in HTML5.John MacFarlane1-2/+6
2013-01-15Added `writerHtmlQTags` and `--html-q-tags` option.John MacFarlane1-1/+1
2013-01-15Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane1-2/+2
2013-01-14Implemented Ext_implicit_figures.John MacFarlane1-1/+2
2013-01-09Added Attr field to Header.John MacFarlane1-8/+14