summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/OpenDocument.hs
Commit message (Expand)AuthorAge
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* OpenDocument writer: wider labels for lists.John MacFarlane2017-04-01
* OpenDocument writer: use more widely available bullet characters.John MacFarlane2017-03-15
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* OpenDocument writer: Clarified some code.John MacFarlane2017-03-03
* OpenDocument writer: fixed dropped elements in some ordered lists.John MacFarlane2017-03-03
* ODT writer: calculate aspect ratio for percentage-sized images (#3478)Mauro Bieg2017-03-01
* Added warnings for non-rendered blocks to some writers.John MacFarlane2017-02-17
* Cleanups for rebase.John MacFarlane2017-01-25
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Fixed shadowing warnings.John MacFarlane2017-01-25
* Refactored math conversion in writers.John MacFarlane2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Added page breaks into Pandoc.Hubert Plociniczak2017-01-25
* OpenDocument writer: small refactoring.John MacFarlane2017-01-24
* OpenDocument writer: don't profilerate text styles unnecessarily.John MacFarlane2017-01-23
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Revert "Open Document writer: set first level of blockquotes to not use inden...John MacFarlane2016-11-26
* Open Document writer: set first level of blockquotes to not use indent (#2757)Jeff Sheets2016-11-26
* [odt] Infer table's caption from the paragraph (#3224)hubertp-lshift2016-11-26
* Inline code when text has a special styleHubert Plociniczak2016-11-08
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* ODT/OpenDocument writer: improved image attributesmb212015-12-13
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Allow more customization of opendocument styles.John MacFarlane2015-11-14
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
|/
* Do not add a carriage return after a hard line break in OpenDocument writer a...Michael Chladek2015-07-01
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* ODT Writer: Figure captionsNikolay Yakimov2015-04-12
* Append newline to the LineBreak of various writersTim Lin2015-02-04
* ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright2015-01-05
* Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering2014-07-19
* Removed space at ends of lines in source.John MacFarlane2014-07-12
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* OpenDocument writer: Fixed RawInline, RawBlock so they don't escape.John MacFarlane2014-01-02
* ODT writer: Add `draw:name` attribute to `draw:frame` elements.John MacFarlane2013-11-30
* OpenDocument: Skip raw HTML.John MacFarlane2013-11-16
* TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane2013-11-01
* OpenDocument writer: don't use font-face-decls variable.John MacFarlane2013-09-24
* src/Text/Pandoc/Writers/OpenDocument.hs: Fix formatting of strikeout code.Václav Zeman2013-09-25
* ODT/OpenDocument writer: Minor changes for ODF 1.2 conformance.John MacFarlane2013-08-11
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Fixing wrong numbered-list indentation in open document formatAlexander Kondratskiy2013-07-14
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01