aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2008-01-16Removed unnecessary imports.fiddlosopher5-6/+4
2008-01-08Changed copyright dates where appropriate to include 2008.fiddlosopher3-6/+6
2008-01-04Use an interpreted text role to render math in restructuredText.fiddlosopher1-7/+20
2008-01-04Refactored RST writer to usea record instead of a tuple for state,fiddlosopher1-125/+135
2007-12-29Changed handling of titles in HTML writer so you don't get "titleprefix - "fiddlosopher1-2/+4
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