summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/OpenDocument.hs
AgeCommit message (Expand)Author
2012-01-14ODT writer now sizes images appropriately.John MacFarlane
2012-01-14OpenDocument writer: treat image title of form "dddxddd" as size in px.John MacFarlane
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane
2011-07-16Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo.John MacFarlane
2011-03-16OpenDocument writer: Use "First paragraph" style after most non-para blocks.John MacFarlane
2011-03-12OpenDocument: Use special style for 1st para after heading.John MacFarlane
2011-01-26Add support for attributes in inline Code.John MacFarlane
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane
2010-12-21OpenDocument writer: Updated to use Pretty.John MacFarlane
2010-11-27OpenDocument writer: don't print raw TeX.John MacFarlane
2010-03-23Updated copyright notices.John MacFarlane
2010-03-22OpenDocument writer: Use a Map for stTextStyleAttr.John MacFarlane
2010-03-13Use template variables for include-before/after.fiddlosopher
2010-03-13OpenDocument writer: handle tables with no headers.fiddlosopher
2009-12-31Opendocument writer: support new templates.fiddlosopher
2009-12-31Don't wrap text in OpenDocument writer.fiddlosopher
2009-12-31Removed unneeded writer options; use template variables instead.fiddlosopher
2009-12-07Improved syntax for markdown definition lists.fiddlosopher
2009-11-28Better looking simple tables. Resolves Issue #180.fiddlosopher
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher