aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Writers/OpenDocument.hs
AgeCommit message (Expand)AuthorFilesLines
2008-11-01Support horizontal rules in OpenDocument and ODT writers.fiddlosopher1-1/+1
2008-09-08Use Data.List's 'intercalate' instead of custom 'joinWithSep'.fiddlosopher1-1/+2
2008-09-06Changed Float to Double in definition of Table element.fiddlosopher1-3/+3
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher1-1/+1
2008-08-04Added Cite element to definition and writers.fiddlosopher1-0/+1
2008-07-31OpenDocument writer: don't print alt text with Image.fiddlosopher1-2/+2
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-15Add preliminary support for SmallCaps inline element. (Andrea Rossato)fiddlosopher1-10/+12
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-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-10Changed inDefinition and indentPara to stInDefinition and stIndentParafiddlosopher1-17/+17
2008-06-12OpenDocument Writer: Fixed handling of spaces and tabs in preformatted blocks.fiddlosopher1-11/+25
2008-06-09Small fix to indentation of code blocks inside defn lists.fiddlosopher1-1/+1
2008-06-09OpenDocument writer: Fixed indentation for verbatim blocks inside defn lists.fiddlosopher1-6/+16
2008-06-09OpenDocument writer: Use different bullets for different list levels.fiddlosopher1-3/+4
2008-06-09OpenDocument writer: Return empty Doc in title block for null author, title,...fiddlosopher1-11/+9
2008-06-09OpenDocument writer: don't convert 4 spaces to tab in verbatim block.fiddlosopher1-5/+1
2008-03-21Fixed handling of Quoted inline elements to use unicode left & right quotes.fiddlosopher1-2/+6
2008-03-19OpenDocument: use the new Definition_20_Term andfiddlosopher1-6/+6
2008-03-19Code cleanup only.fiddlosopher1-32/+35
2008-03-19OpenDocument writer: Don't print raw HTML.fiddlosopher1-2/+2
2008-03-19Moved XML-formatting functions to new unexported module Text.Pandoc.XML.fiddlosopher1-56/+1
2008-03-19Andrea Rossato's patch for OpenDocument support.fiddlosopher1-0/+519