aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2007-12-29Use wrappers around Doc elements to ensure proper spacing in ConTeXt writer.fiddlosopher1-21/+29
2007-12-21Modified rules for HTML header identifiers to ensure legal identifiers.fiddlosopher1-13/+16
2007-12-04Improvements to LaTeX and ConTeXt footnote handling:fiddlosopher2-5/+7
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.fiddlosopher5-18/+19
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.fiddlosopher8-8/+19
2007-11-29Moved everything from src into the top-level directory.fiddlosopher8-0/+2649
2007-11-28Removed Text directory. This is a remnant of an experimentfiddlosopher10-2786/+0
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher10-0/+2786