aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/OpenDocument.hs
AgeCommit message (Expand)Author
2017-06-26OpenDocument/ODT writer: Added support for table of contents.John MacFarlane
2017-06-25Moved BCP47 specific functions from Writers.Shared to new module.John MacFarlane
2017-06-25Writers.Shared: improve type of Lang and bcp47 parser.John MacFarlane
2017-06-25Writers.Shared: refactored getLang, splitLang...John MacFarlane
2017-06-25Fixed support for `lang` attribute in OpenDocument and ODT writers.John MacFarlane
2017-06-25Support `lang` attribute in OpenDocument and ODT writers.John MacFarlane
2017-06-20Writers: adjusted for renderTemplate' changes.John MacFarlane
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane
2017-06-11Switched Writer types to use Text.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-04-01OpenDocument writer: wider labels for lists.John MacFarlane
2017-03-15OpenDocument writer: use more widely available bullet characters.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-03-03OpenDocument writer: Clarified some code.John MacFarlane
2017-03-03OpenDocument writer: fixed dropped elements in some ordered lists.John MacFarlane
2017-03-01ODT writer: calculate aspect ratio for percentage-sized images (#3478)Mauro Bieg
2017-02-17Added warnings for non-rendered blocks to some writers.John MacFarlane
2017-01-25Cleanups for rebase.John MacFarlane
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane
2017-01-25Fixed shadowing warnings.John MacFarlane
2017-01-25Refactored math conversion in writers.John MacFarlane
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal
2017-01-25Added page breaks into Pandoc.Hubert Plociniczak
2017-01-24OpenDocument writer: small refactoring.John MacFarlane
2017-01-23OpenDocument writer: don't profilerate text styles unnecessarily.John MacFarlane
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane
2016-11-26Revert "Open Document writer: set first level of blockquotes to not use inden...John MacFarlane
2016-11-26Open Document writer: set first level of blockquotes to not use indent (#2757)Jeff Sheets
2016-11-26[odt] Infer table's caption from the paragraph (#3224)hubertp-lshift
2016-11-08Inline code when text has a special styleHubert Plociniczak
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel
2015-12-13ODT/OpenDocument writer: improved image attributesmb21
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane
2015-11-14Allow more customization of opendocument styles.John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-08-07Updated readers, writers and README for link attributemb21
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane
2015-07-01Do not add a carriage return after a hard line break in OpenDocument writer a...Michael Chladek
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2015-04-12ODT Writer: Figure captionsNikolay Yakimov
2015-02-04Append newline to the LineBreak of various writersTim Lin
2015-01-05ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright
2014-07-19Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering
2014-07-12Removed space at ends of lines in source.John MacFarlane
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2014-01-02OpenDocument writer: Fixed RawInline, RawBlock so they don't escape.John MacFarlane
2013-11-30ODT writer: Add `draw:name` attribute to `draw:frame` elements.John MacFarlane