aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Writers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-396/+0
2008-12-29More fixes to get markdown writer working with pretty-1.0.1.0.fiddlosopher1-4/+1
2008-12-17Fixed problems in RST and markdown output due to bug in pretty-1.0.1.0fiddlosopher1-2/+2
2008-12-02Markdown writer: Use setext style headers only if --lhs-out specified.fiddlosopher1-1/+10
2008-12-02Markdown writer: proper handling of block quotes in lhs mode.fiddlosopher1-1/+6
2008-12-02Handle --lhs-out option in HTML, LaTeX, and Markdown writers.fiddlosopher1-0/+3
2008-09-08Use Data.List's 'intercalate' instead of custom 'joinWithSep'.fiddlosopher1-2/+2
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher1-1/+2
2008-08-04Added Cite element to definition and writers.fiddlosopher1-0/+7
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-15Added type declarations to avoid -Wall 'defaulting' warnings in writers.fiddlosopher1-1/+1
2008-07-13Code cleanup in markdown writer to eliminate -Wall warnings.fiddlosopher1-25/+24
2008-07-11Print unicode \160 literally in markdown writer, rather than as  .fiddlosopher1-1/+1
2008-02-09Modified writers for new argument place in CodeBlock.fiddlosopher1-1/+1
2008-01-16Removed unnecessary imports.fiddlosopher1-1/+1
2007-11-29Changed all writers to handle new Math block element.fiddlosopher1-0/+1
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-0/+373
2007-11-28Removed Text directory. This is a remnant of an experimentfiddlosopher1-373/+0
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-0/+373