summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
Commit message (Expand)AuthorAge
* Use new flexible metadata type.John MacFarlane2013-06-24
* Revised Text.Pandoc.Templates to accept JSON contexts.John MacFarlane2013-06-24
* Don't convert to lowercase in email obfuscation.John MacFarlane2013-04-25
* Add slash in internal links in reveal.js.John MacFarlane2013-04-20
* Removed blaze_html_0_5 flag, require blaze-html >= 0.5.John MacFarlane2013-03-26
* Added syntax for "pauses" in beamer or reaveljs slide shows.John MacFarlane2013-03-24
* Reveal.js improvements.John MacFarlane2013-03-23
* reveal_js: nested vertical stacks used for hierarchical structure.John MacFarlane2013-03-21
* Support incremental slide view for definition lists.John MacFarlane2013-03-21
* Added basic support for reveal.js.Jamie F. Olson2013-03-21
* Fixed numbering mismatch between TOC and sections in HTML.John MacFarlane2013-03-16
* HTML writer: fix case when writerNumberOffet is empty or short.John MacFarlane2013-02-23
* `--number-from` -> `--number-offset`John MacFarlane2013-02-23
* Made HTML writer sensitive to `writerNumberFrom`.John MacFarlane2013-02-22
* HTML writer: Support header attributes.John MacFarlane2013-02-14
* hierarchicalize: Do not number section with class "unnumbered".John MacFarlane2013-02-13
* HTML writer: Refactored adding attributes to html element.John MacFarlane2013-02-12
* Shared: Changed type of Element.John MacFarlane2013-02-12
* Use proportional font for email autolinks with obfuscation.John MacFarlane2013-01-21
* Add data-cites field to citations in HTML5.John MacFarlane2013-01-18
* Added `writerHtmlQTags` and `--html-q-tags` option.John MacFarlane2013-01-15
* Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2013-01-15
* Implemented Ext_implicit_figures.John MacFarlane2013-01-14
* Added Attr field to Header.John MacFarlane2013-01-09
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* For epub3, use epub:type to mark footnotes and footnote refs.John MacFarlane2013-01-05
* Implemented toc-depth for html writer.John MacFarlane2013-01-05
* Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`.John MacFarlane2013-01-03
* HTML writer: Include highlighting-css for code spans, too.John MacFarlane2012-11-05
* HTML writer: Use XHtml5 only if blaze version current enough.John MacFarlane2012-11-02
* HTML writer: Use Text.Blaze.XHtml5 instead of Html5.John MacFarlane2012-11-02
* HTML writer: Use toHtml instead of pre-escaping.John MacFarlane2012-09-28
* HTML writer: Don't print `<dt>` unless term is non-empty.John MacFarlane2012-09-12
* HTML writer: Improve line breaks with `<dd>` tags.John MacFarlane2012-09-12
* Changes to literate haskell options.John MacFarlane2012-08-08
* Don't include empty captions in figures.John MacFarlane2012-08-04
* Replaced writerStrict with writerExtensions in WriterOptions.John MacFarlane2012-07-27
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Fixed whitespace errors.John MacFarlane2012-07-26
* HTML writer: Put mathjax in span with class "math".John MacFarlane2012-07-11
* Don't generate empty H1 after hrule slide breaks.John MacFarlane2012-06-25
* Add support for Slideous output.Jonas Smedegaard2012-05-24
* Revert "Removed blaze_html_05 flag -- require blaze >= 0.5 by default."John MacFarlane2012-05-10
* Removed blaze_html_05 flag -- require blaze >= 0.5 by default.John MacFarlane2012-04-24
* changes for blaze-html 0.5Mark Wright2012-04-23
* Avoid repeated id in section and header in HTML slides.John MacFarlane2012-03-29
* Use <q> tags for Quoted items for HTML5 output.John MacFarlane2012-03-03
* HTML writer: Don't escape contents of EQ tags with --gladtex.John MacFarlane2012-02-21
* Removed module Text.Pandoc.CharacterReferences.John MacFarlane2012-02-05
* Don't include mathml javascript for html5 output.John MacFarlane2012-01-31