aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher12-4381/+0
2009-01-24Fixed bug in mediawiki writer: improper closing tags in tables.fiddlosopher1-1/+1
2009-01-24Added --email-obfuscation option.fiddlosopher1-5/+11
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.0fiddlosopher2-7/+7
2008-12-02Added lhs support to RST writer.fiddlosopher1-4/+8
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.fiddlosopher3-5/+14
2008-11-11LaTeX writer: fixed bug with empty table cells.fiddlosopher1-1/+1
2008-11-01Support horizontal rules in OpenDocument and ODT writers.fiddlosopher1-1/+1
2008-10-28Added --jsmath option.fiddlosopher1-0/+8
2008-10-18Include classes on tr elements in HTML output: "header", "odd", "even".fiddlosopher1-4/+5
2008-09-15HTML writer: Enclose all LaTeXMathML bits in <span class="LaTeX">.fiddlosopher1-3/+7
2008-09-08Use Data.List's 'intercalate' instead of custom 'joinWithSep'.fiddlosopher9-21/+23
2008-09-06MediaWiki writer: print class attributes in <pre> for code blocks, if any.fiddlosopher1-1/+1
2008-09-06Changed Float to Double in definition of Table element.fiddlosopher6-11/+11
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher11-21/+36
2008-08-10Man writer: don't escape " as \".fiddlosopher1-1/+1
2008-08-09Removed unneeded space after "\\item" in LaTeX and ConTeXt output.fiddlosopher2-2/+2
2008-08-04Added support for Cite to Markdown reader, and conditional support for citepr...fiddlosopher1-0/+2
2008-08-04Added Cite element to definition and writers.fiddlosopher10-0/+23
2008-08-02Improved template handling:fiddlosopher1-1/+2
2008-08-01Fixes to make haddock work with template haskell:fiddlosopher1-1/+15
2008-08-01Added pragma to HTML writer to avoid deprecation warning for use of "start" a...fiddlosopher1-0/+1
2008-08-01Simplified build process using template haskell.fiddlosopher1-0/+141
2008-07-31Compatibility fixes for CPP, Cabal, and haddock:fiddlosopher2-6/+6
2008-07-31OpenDocument writer: don't print alt text with Image.fiddlosopher1-2/+2
2008-07-27HTML writer: override Text.XHtml's stringToHtml function,fiddlosopher1-1/+15
2008-07-27Added MediaWiki writer.fiddlosopher1-0/+394
2008-07-18Added proper support for embedded images to opendocument writer.fiddlosopher1-1/+6
2008-07-18Style fixes in opendocument writer:fiddlosopher1-9/+16
2008-07-15More work on smallcaps support.fiddlosopher8-9/+16
2008-07-15Add preliminary support for SmallCaps inline element. (Andrea Rossato)fiddlosopher10-10/+24
2008-07-15Added type declarations to avoid -Wall 'defaulting' warnings in writers.fiddlosopher5-7/+6
2008-07-14OpenDocument writer: Fixed typo in inline styles fix (super/sup).fiddlosopher1-9/+9
2008-07-14OpenDocument writer: support nested inline styles.fiddlosopher1-23/+67
2008-07-13Code cleanup in ConTeXt writer.fiddlosopher1-18/+14
2008-07-13Code cleanup in Texinfo writer.fiddlosopher1-13/+27
2008-07-13Code cleanup in Man writer.fiddlosopher1-22/+23
2008-07-13Code cleanup in DocBook writer.fiddlosopher1-21/+36
2008-07-13Code cleanup in RTF writer.fiddlosopher1-18/+17
2008-07-13Code cleanup in RST writer to eliminate -Wall warnings.fiddlosopher1-28/+19
2008-07-13Code cleanup in markdown writer to eliminate -Wall warnings.fiddlosopher1-25/+24
2008-07-13Code cleanup in HTML writer to eliminate -Wall warnings.fiddlosopher1-52/+73
2008-07-13Code cleanup in LaTeX writer to eliminate -Wall warnings.fiddlosopher1-7/+11
2008-07-13OpenDocument writer: Indented bulleted lists as we do enumerated lists.fiddlosopher1-1/+1
2008-07-13Added distinction between tight and loose lists in OpenDocument writer.fiddlosopher1-7/+26
2008-07-13Fixed bugs in OpenDocument writer affecting nested block quotes.fiddlosopher1-7/+6
2008-07-11Print unicode \160 literally in markdown writer, rather than as &nbsp;.fiddlosopher1-1/+1