summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
Commit message (Expand)AuthorAge
* 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
* | Preserve attributes in highlighted HTML.John MacFarlane2011-12-28
* | Added `--highlight-style` and `--no-highlight` options.John MacFarlane2011-12-27
* | Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* | Updated highlighting for highlighting-kate 0.4.John MacFarlane2011-12-26
|/
* Changed types of highlighting functions.John MacFarlane2011-12-22
* Added a newline at end of footnotes ol.John MacFarlane2011-12-20
* Restore xhtml style self-closed tags in HTML writer.John MacFarlane2011-12-20
* HTML writer: Put classes "section" and "level[1-6]" on section divs.John MacFarlane2011-12-18
* HTML writer: Use `<del>` for strikeout.John MacFarlane2011-12-18
* HTML writer: Don't escape '.John MacFarlane2011-12-17
* Fixed line breaks in tds in table cells.John MacFarlane2011-12-17
* Use blaze-html instead of xhtml for HTML generation.John MacFarlane2011-12-17
* WebTeX math - use 'vertical-align:middle' for better results.John MacFarlane2011-12-04
* S5/slidy writer: Make footnotes appear on separate slide at end.John MacFarlane2011-11-29
* Use separate variables for meta-date, meta-author.John MacFarlane2011-11-29
* HTML writer: Put citations in span with class="citation".John MacFarlane2011-11-29
* HTML writer: change s5-url to s5/default.John MacFarlane2011-11-20
* HTML writer: Use `<section>` for footnotes if html5.John MacFarlane2011-11-07
* HTML slides: only add id to div/section if --section-divs selected.John MacFarlane2011-10-02
* Simplified slide creation in HTML writer.John MacFarlane2011-10-02
* Added dzslides output option.John MacFarlane2011-10-01
* Added s5-url and slidy-url variables, instead of hard-coding.John MacFarlane2011-07-28
* HTML writer: Removed English title on footnote back links.John MacFarlane2011-07-24
* Insert CDATA around inline js/css in HTML, slidy.John MacFarlane2011-07-24