aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc
AgeCommit message (Expand)AuthorFilesLines
2007-12-02TeXMath parser: use emphasis only for letters, not numbers.fiddlosopher1-4/+8
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.fiddlosopher6-18/+237
2007-12-01Added --gladtex and --mimetex options.fiddlosopher1-1/+5
2007-12-01Added HTMLMathMethod writer option.fiddlosopher2-13/+24
2007-11-29Changed all writers to handle new Math block element.fiddlosopher8-8/+19
2007-11-29Modified markdown reader for new Math block.fiddlosopher1-1/+1
2007-11-29Modified LaTeX reader for new Math blocks.fiddlosopher1-3/+3
2007-11-29Modified refsMatch for new Math block element.fiddlosopher1-0/+2
2007-11-29Added new Math block element.fiddlosopher1-0/+1
2007-11-29Moved everything from src into the top-level directory.fiddlosopher17-0/+6822
2007-11-28Removed Text directory. This is a remnant of an experimentfiddlosopher20-6967/+0
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher20-0/+6967