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