aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-08Provide CSS hooks for section numbers in headers and TOC entries.fiddlosopher1-2/+6
2009-12-08Added optional section numbering in HTML output.fiddlosopher1-5/+15
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-4/+5
2009-12-05Added --id-prefix option.fiddlosopher1-9/+13
2009-12-05Fixed handling of footnotes in titles (HTML) and headers (LaTeX).fiddlosopher1-14/+15
2009-11-21Modified html+lhs output to use 'haskell' highlighter.fiddlosopher1-13/+12
2009-11-03Specially mark code blocks that were "literate" in the input.fiddlosopher1-1/+2
2009-04-25HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher1-104/+40
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+557
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-458/+0
2007-11-23Reverted changes in r1086 (implicit section header references).fiddlosopher1-0/+46
2007-11-22Implemented implicit reference-style links to section headers in markdown.fiddlosopher1-46/+0
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-0/+458
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-458/+0
2007-10-18'--no-wrap' option now prevents the addition of structural whitespacefiddlosopher1-3/+9
2007-09-18Markdown writer: Don't print title attribute if title is empty.fiddlosopher1-1/+4
2007-09-05HTML writer: Don't produce HTML for table of contents iffiddlosopher1-0/+1
2007-09-02HTML writer: put anchors around contents of headers, not aroundfiddlosopher1-11/+11
2007-08-23Removed incorrect "{}" around style information infiddlosopher1-2/+2
2007-08-20If --strict and not --toc, don't include identifiers in headers.fiddlosopher1-1/+3
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher1-234/+241
2007-08-08Major change in the way ordered lists are handled:fiddlosopher1-27/+51
2007-07-28Fixed problems with obfuscateLink introduced by last roundfiddlosopher1-14/+11
2007-07-28Simplified HTML writer's treatment of autolinks.fiddlosopher1-8/+8
2007-07-28Make URLs and emails in autolinks appear as Code.fiddlosopher1-7/+7