aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
2008-07-13Code cleanup in HTML writer to eliminate -Wall warnings.fiddlosopher1-52/+73
2008-05-15HTML writer: In code blocks, change leading newlines to <br /> tags.fiddlosopher1-4/+8
2008-02-24Use style attributes rather than css classes for strikethrough and ordered li...fiddlosopher1-10/+3
2008-02-10Minor changes due to changes in highlighting-kate API.fiddlosopher1-23/+2
2008-02-10Support for startFrom="nn" to select starting line number in syntax highlight...fiddlosopher1-2/+2
2008-02-09Added build option for syntax highlighting, with *optional* dependency on hig...fiddlosopher1-13/+7
2008-02-09Removed Text.Regex dependencies by rewriting using plain Haskell:fiddlosopher1-5/+12
2008-02-09Add default CSS to document header if syntax highlighting used.fiddlosopher1-5/+27
2008-02-09Added preliminary support for syntax highlighting to HTML writer.fiddlosopher1-4/+14
2008-02-09Use generic attributes type, not a string, for CodeBlocks.fiddlosopher1-2/+2
2008-02-09Put language class information in pre tag, not code tag, in HTML code blocks.fiddlosopher1-3/+3
2008-02-09HTML writer: if language specified for code block, print as <code> class.fiddlosopher1-1/+2
2008-02-09Modified writers for new argument place in CodeBlock.fiddlosopher1-1/+1
2008-01-08Changed copyright dates where appropriate to include 2008.fiddlosopher1-2/+2
2007-12-29Changed handling of titles in HTML writer so you don't get "titleprefix - "fiddlosopher1-2/+4
2007-12-21Modified rules for HTML header identifiers to ensure legal identifiers.fiddlosopher1-13/+16
2007-12-02If gladtex specified, don't prettyprint <EQ> tags, or gladtex gets confused.fiddlosopher1-1/+1
2007-12-02Put math in HTML inside <span class="math">.fiddlosopher1-1/+2
2007-12-02Added Text.Pandoc.Readers.TeXMath and changed default handling of math.fiddlosopher1-9/+10
2007-12-01Added --gladtex and --mimetex options.fiddlosopher1-1/+5
2007-12-01Added HTMLMathMethod writer option.fiddlosopher1-9/+15
2007-11-29Changed all writers to handle new Math block element.fiddlosopher1-2/+5
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-0/+458
2007-11-28Removed Text directory. This is a remnant of an experimentfiddlosopher1-462/+0
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-0/+462