aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
2011-02-04More changes to HTML output.John MacFarlane1-25/+23
2011-02-04HTML writer: Spacing adjustments for Plain and RawHtml blocks.John MacFarlane1-0/+2
2011-02-04Improved new HTML format; restored original --no-wrap behavior.John MacFarlane1-52/+76
2011-02-04HTML writer: More normal line breaks.John MacFarlane1-25/+29
2011-01-29HTML writer: avoid doubled <code> tag for highlighted inline code.John MacFarlane1-4/+5
2011-01-29Fixed highlighting for inline code.John MacFarlane1-2/+2
2011-01-26Add support for attributes in inline Code.John MacFarlane1-5/+12
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-9/+11
2011-01-15HTML writer: Add ids to <section> tags.John MacFarlane1-1/+2
2011-01-11Improvements to --html5 support:John MacFarlane1-13/+36
2011-01-11Preliminary support for HTML5.John MacFarlane1-1/+4
2010-12-03removed support for textile Inserted constructPaul Rivier1-2/+0
2010-12-03Basic Textile Readerpaul.rivier1-0/+2
2010-10-31--mathjax: Use mathjax with raw latex rather than mathml.John MacFarlane1-12/+4
2010-10-26Added support for MathJax for displaying math in HTML.John MacFarlane1-2/+15
2010-08-01gladTeX HTML - specify ENV for display or inline.John MacFarlane1-1/+3
2010-07-22Improved cutUp function, removed extra </div>John MacFarlane1-10/+12
2010-07-22Moved s5 writing from S5 module to HTML.John MacFarlane1-6/+4
2010-07-22Slidy writer: Avoid spurious blank page.John MacFarlane1-1/+5
2010-07-18Slidy writer: create new slide at every level 1 header.John MacFarlane1-1/+4
2010-07-16Use default highlighting CSS rather than embedding CSS in templates.John MacFarlane1-2/+3
2010-07-15Added --section-divs option.John MacFarlane1-9/+10
2010-07-15Added --webtex option for HTML math.John MacFarlane1-16/+23
2010-07-13Improved Slidy writer.John MacFarlane1-3/+12
2010-07-13Added a slidy writer.John MacFarlane1-5/+11
2010-07-07Addendum to the fix to issue #242.John MacFarlane1-1/+1
2010-06-28Add birdtracks to lhs in HTML when compiled wo -fhighlighting.John MacFarlane1-1/+4
2010-03-23Don't escape URIs in HTML writer.John MacFarlane1-20/+12
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2010-03-23Fixed treatment of unicode characters in URIs.John MacFarlane1-12/+20
2010-03-21HTML writer: fixed error in Math writer that caused infinite loop.John MacFarlane1-3/+5
2010-03-20HTML writer: Don't include TOC div if table of contents is empty.fiddlosopher1-10/+11
2010-03-18Added --mathml option; removed Text.Pandoc.LaTeXMathML.fiddlosopher1-2/+18
2010-03-18HTML writer: Use a p rather than a div for image caption.fiddlosopher1-1/+1
2010-03-16HTML writer: implemented image-with-caption feature.fiddlosopher1-0/+5
2010-03-13Use template variables for include-before/after.fiddlosopher1-3/+1
2010-03-10HTML writer: Use tbody, thead, and cols in tables.fiddlosopher1-19/+19
2010-03-07HTML writer: Fixed multiline tables with no header.fiddlosopher1-23/+21
2010-03-01HTML, LaTeX writer: Don't print header row in headerless table.fiddlosopher1-2/+2
2010-01-09HTML writer: don't include empty UL if --toc but no sections.fiddlosopher1-1/+5
2010-01-01HTML writer: Use functions from XML module to escape strings.fiddlosopher1-8/+2
2010-01-01Finished converting HTML writer to use unicode instead of entities.fiddlosopher1-14/+13
2009-12-31Use UTF8 instead of entities in HTML.fiddlosopher1-3/+1
2009-12-31HTML footnotes: put anchor inside sup, instead of other way.fiddlosopher1-4/+4
2009-12-31Use $for$ for --css option in HTML writer.fiddlosopher1-3/+3
2009-12-31Made renderTemplate polymorphic; added TemplateTarget class.fiddlosopher1-3/+4
2009-12-31HTML writer changes for templates.fiddlosopher1-82/+86
2009-12-31Removed unneeded writer options; use template variables instead.fiddlosopher1-57/+58
2009-12-31Fixed S5.fiddlosopher1-1/+2
2009-12-09Use HTML combinators for spans in section numbers.fiddlosopher1-26/+27