summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
Commit message (Expand)AuthorAge
* removed support for textile Inserted constructPaul Rivier2010-12-03
* Basic Textile Readerpaul.rivier2010-12-03
* --mathjax: Use mathjax with raw latex rather than mathml.John MacFarlane2010-10-31
* Added support for MathJax for displaying math in HTML.John MacFarlane2010-10-26
* gladTeX HTML - specify ENV for display or inline.John MacFarlane2010-08-01
* Improved cutUp function, removed extra </div>John MacFarlane2010-07-22
* Moved s5 writing from S5 module to HTML.John MacFarlane2010-07-22
* Slidy writer: Avoid spurious blank page.John MacFarlane2010-07-22
* Slidy writer: create new slide at every level 1 header.John MacFarlane2010-07-18
* Use default highlighting CSS rather than embedding CSS in templates.John MacFarlane2010-07-16
* Added --section-divs option.John MacFarlane2010-07-15
* Added --webtex option for HTML math.John MacFarlane2010-07-15
* Improved Slidy writer.John MacFarlane2010-07-13
* Added a slidy writer.John MacFarlane2010-07-13
* Addendum to the fix to issue #242.John MacFarlane2010-07-07
* Add birdtracks to lhs in HTML when compiled wo -fhighlighting.John MacFarlane2010-06-28
* Don't escape URIs in HTML writer.John MacFarlane2010-03-23
* Updated copyright notices.John MacFarlane2010-03-23
* Fixed treatment of unicode characters in URIs.John MacFarlane2010-03-23
* HTML writer: fixed error in Math writer that caused infinite loop.John MacFarlane2010-03-21
* HTML writer: Don't include TOC div if table of contents is empty.fiddlosopher2010-03-20
* Added --mathml option; removed Text.Pandoc.LaTeXMathML.fiddlosopher2010-03-18
* HTML writer: Use a p rather than a div for image caption.fiddlosopher2010-03-18
* HTML writer: implemented image-with-caption feature.fiddlosopher2010-03-16
* Use template variables for include-before/after.fiddlosopher2010-03-13
* HTML writer: Use tbody, thead, and cols in tables.fiddlosopher2010-03-10
* HTML writer: Fixed multiline tables with no header.fiddlosopher2010-03-07
* HTML, LaTeX writer: Don't print header row in headerless table.fiddlosopher2010-03-01
* HTML writer: don't include empty UL if --toc but no sections.fiddlosopher2010-01-09
* HTML writer: Use functions from XML module to escape strings.fiddlosopher2010-01-01
* Finished converting HTML writer to use unicode instead of entities.fiddlosopher2010-01-01
* Use UTF8 instead of entities in HTML.fiddlosopher2009-12-31
* HTML footnotes: put anchor inside sup, instead of other way.fiddlosopher2009-12-31
* Use $for$ for --css option in HTML writer.fiddlosopher2009-12-31
* Made renderTemplate polymorphic; added TemplateTarget class.fiddlosopher2009-12-31
* HTML writer changes for templates.fiddlosopher2009-12-31
* Removed unneeded writer options; use template variables instead.fiddlosopher2009-12-31
* Fixed S5.fiddlosopher2009-12-31
* Use HTML combinators for spans in section numbers.fiddlosopher2009-12-09
* Provide CSS hooks for section numbers in headers and TOC entries.fiddlosopher2009-12-08
* Added optional section numbering in HTML output.fiddlosopher2009-12-08
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Added --id-prefix option.fiddlosopher2009-12-05
* Fixed handling of footnotes in titles (HTML) and headers (LaTeX).fiddlosopher2009-12-05
* Modified html+lhs output to use 'haskell' highlighter.fiddlosopher2009-11-21
* Specially mark code blocks that were "literate" in the input.fiddlosopher2009-11-03
* HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher2009-04-25
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Reverted changes in r1086 (implicit section header references).fiddlosopher2007-11-23