summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
Commit message (Expand)AuthorAge
* 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
* Put date in YYYY-MM-DD format if possible for HTML, docx metadata.John MacFarlane2012-01-28
* Added --slide-level option to override default.John MacFarlane2012-01-25
* Fixed regression in HTML writer: all headers level 1!John MacFarlane2012-01-25
* Depend on highlighting-kate 0.5.John MacFarlane2012-01-25
* HTML writer: Use h1 for all slide titles.John MacFarlane2012-01-24
* HTML writer: Use new common system for slides.John MacFarlane2012-01-24
* HTML writer: Don't use self-closing img, br, hr tags.John MacFarlane2012-01-11
* HTML writer: Better handling of authors in meta tags.John MacFarlane2011-12-30
* Merge pull request #366 from gridaphobe/masterJohn MacFarlane2011-12-29
|\
| * change reference backlink from RawInline to Link so it gets rendered properly...Eric Seidel2011-12-24