aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
2008-10-28Added --jsmath option.fiddlosopher1-0/+8
2008-10-18Include classes on tr elements in HTML output: "header", "odd", "even".fiddlosopher1-4/+5
2008-09-15HTML writer: Enclose all LaTeXMathML bits in <span class="LaTeX">.fiddlosopher1-3/+7
2008-09-08Use Data.List's 'intercalate' instead of custom 'joinWithSep'.fiddlosopher1-2/+2
2008-09-06Changed Float to Double in definition of Table element.fiddlosopher1-2/+2
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher1-9/+15
2008-08-04Added Cite element to definition and writers.fiddlosopher1-0/+2
2008-08-01Added pragma to HTML writer to avoid deprecation warning for use of "start" a...fiddlosopher1-0/+1
2008-07-27HTML writer: override Text.XHtml's stringToHtml function,fiddlosopher1-1/+15
2008-07-15Add preliminary support for SmallCaps inline element. (Andrea Rossato)fiddlosopher1-0/+3
2008-07-15Added type declarations to avoid -Wall 'defaulting' warnings in writers.fiddlosopher1-3/+2
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