aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Writers/RST.hs
AgeCommit message (Expand)AuthorFilesLines
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-346/+0
2008-12-17Fixed problems in RST and markdown output due to bug in pretty-1.0.1.0fiddlosopher1-5/+5
2008-12-02Added lhs support to RST writer.fiddlosopher1-4/+8
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher1-2/+4
2008-08-04Added Cite element to definition and writers.fiddlosopher1-0/+2
2008-07-31Compatibility fixes for CPP, Cabal, and haddock:fiddlosopher1-2/+2
2008-07-15More work on smallcaps support.fiddlosopher1-1/+1
2008-07-15Add preliminary support for SmallCaps inline element. (Andrea Rossato)fiddlosopher1-0/+1
2008-07-13Code cleanup in RST writer to eliminate -Wall warnings.fiddlosopher1-28/+19
2008-02-09Modified writers for new argument place in CodeBlock.fiddlosopher1-1/+1
2008-01-16Removed unnecessary imports.fiddlosopher1-1/+0
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-02Added Text.Pandoc.Readers.TeXMath and changed default handling of math.fiddlosopher1-5/+2
2007-11-29Changed all writers to handle new Math block element.fiddlosopher1-3/+5
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-0/+325
2007-11-28Removed Text directory. This is a remnant of an experimentfiddlosopher1-325/+0
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-0/+325