summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/OpenDocument.hs
Commit message (Expand)AuthorAge
* improve formatting of formulas in OpenDocumentoltolm2017-12-28
* Add `empty_paragraphs` extension.John MacFarlane2017-12-04
* hlintAlexander Krotov2017-11-01
* hlint suggestions.John MacFarlane2017-10-29
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* OpenDocument/ODT writer: Added support for table of contents.John MacFarlane2017-06-26
* Moved BCP47 specific functions from Writers.Shared to new module.John MacFarlane2017-06-25
* Writers.Shared: improve type of Lang and bcp47 parser.John MacFarlane2017-06-25
* Writers.Shared: refactored getLang, splitLang...John MacFarlane2017-06-25
* Fixed support for `lang` attribute in OpenDocument and ODT writers.John MacFarlane2017-06-25
* Support `lang` attribute in OpenDocument and ODT writers.John MacFarlane2017-06-25
* Writers: adjusted for renderTemplate' changes.John MacFarlane2017-06-20
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Switched Writer types to use Text.John MacFarlane2017-06-11
* 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