aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-06Don't put the text of an autolink in Code font.John MacFarlane1-1/+3
2013-01-05For epub3, use epub:type to mark footnotes and footnote refs.John MacFarlane1-6/+14
2013-01-05Implemented toc-depth for html writer.John MacFarlane1-2/+3
2013-01-03Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`.John MacFarlane1-1/+3
2012-11-05HTML writer: Include highlighting-css for code spans, too.John MacFarlane1-1/+3
2012-11-02HTML writer: Use XHtml5 only if blaze version current enough.John MacFarlane1-0/+4
2012-11-02HTML writer: Use Text.Blaze.XHtml5 instead of Html5.John MacFarlane1-1/+1
2012-09-28HTML writer: Use toHtml instead of pre-escaping.John MacFarlane1-4/+7
2012-09-12HTML writer: Don't print `<dt>` unless term is non-empty.John MacFarlane1-1/+3
2012-09-12HTML writer: Improve line breaks with `<dd>` tags.John MacFarlane1-1/+2
2012-08-08Changes to literate haskell options.John MacFarlane1-1/+1
2012-08-04Don't include empty captions in figures.John MacFarlane1-4/+8
2012-07-27Replaced writerStrict with writerExtensions in WriterOptions.John MacFarlane1-1/+1
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-0/+1
2012-07-26Fixed whitespace errors.John MacFarlane1-1/+1
2012-07-11HTML writer: Put mathjax in span with class "math".John MacFarlane1-1/+1
2012-06-25Don't generate empty H1 after hrule slide breaks.John MacFarlane1-1/+3
2012-05-24Add support for Slideous output.Jonas Smedegaard1-0/+1
2012-05-10Revert "Removed blaze_html_05 flag -- require blaze >= 0.5 by default."John MacFarlane1-1/+5
2012-04-24Removed blaze_html_05 flag -- require blaze >= 0.5 by default.John MacFarlane1-5/+1
2012-04-23changes for blaze-html 0.5Mark Wright1-1/+6
2012-03-29Avoid repeated id in section and header in HTML slides.John MacFarlane1-3/+2
2012-03-03Use <q> tags for Quoted items for HTML5 output.John MacFarlane1-4/+11
2012-02-21HTML writer: Don't escape contents of EQ tags with --gladtex.John MacFarlane1-2/+2
2012-02-05Removed module Text.Pandoc.CharacterReferences.John MacFarlane1-3/+2
2012-01-31Don't include mathml javascript for html5 output.John MacFarlane1-1/+2
2012-01-28Put date in YYYY-MM-DD format if possible for HTML, docx metadata.John MacFarlane1-2/+2
2012-01-25Added --slide-level option to override default.John MacFarlane1-3/+9
2012-01-25Fixed regression in HTML writer: all headers level 1!John MacFarlane1-1/+3