aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/OpenDocument.hs
AgeCommit message (Expand)AuthorFilesLines
2021-10-22Use simpleFigure in Readers.Aner Lucero1-2/+1
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane1-0/+1
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane1-1/+0
2021-05-25Allow compilation with base 4.15Albert Krewinkel1-51/+47
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane1-1/+1
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane1-4/+4
2020-12-05OpenDocument writer: Allow references for internal links (#6774)Nils Carlson1-18/+73
2020-11-22OpenDocument Writer: Implement Div and Span ident support (#6755)Nils Carlson1-10/+33
2020-11-21OpenDocument writer: Table text width support (#6792)Nils Carlson1-4/+10
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel1-1/+1
2020-10-01Syntax highlight for inline code of OpenDocument (#6711)niszet1-3/+18
2020-09-27OpenDocument Writer: Implement table cell alignment (#6700)Nils Carlson1-5/+33
2020-09-24OpenDocument writer: New table cell support with row and column spans (#6682)Nils Carlson1-26/+56
2020-09-24Support toc-depth option for ODT writer (#6697)niszet1-0/+1
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-1/+1
2020-05-16OpenDocument writer: add custom-style "Abstract" in metadata abstract.John MacFarlane1-1/+8
2020-05-16OpenDocument/ODT writer: enable custom-style attribute on a Div.John MacFarlane1-2/+6
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-0/+5
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-2/+2
2020-04-15Implement the new Table typedespresc1-2/+4
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-2/+2
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-2/+2
2020-02-07Resolve HLint warningsAlbert Krewinkel1-2/+2
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-73/+76
2019-11-03Place caption before table in OpenDocument format. (#5869)Dmitry Pogodin1-3/+5
2019-09-24odt: Add external option for native numberingNils Carlson1-7/+7
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-53/+54
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane1-4/+5
2019-06-12OpenDocument writer: Avoid duplicate attributes.John MacFarlane1-20/+23
2019-06-08Roll back automatic figure/table numbering in ODT/OpenDocument.John MacFarlane1-2/+11
2019-03-01Remove license boilerplate.John MacFarlane1-19/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-11-22OpenDocument writer: small amendment to #5095.John MacFarlane1-1/+1
2018-11-22ODT writer: Fix list indentationNils Carlson1-2/+2
2018-10-05OpenDocument writer: Implement table caption numbering (#4949)Nils Carlson1-36/+53
2018-10-04Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907)Mauro Bieg1-2/+4
2018-10-03OpenDocument writer: make 'Figure' term sensitive to `lang` in metadata.John MacFarlane1-9/+16
2018-10-03OpenDocument writer: Implement figure numbering in captions (#4944)Nils Carlson1-1/+13
2018-10-02OpenDocument writer: improve bullet/numbering alignment.John MacFarlane1-4/+12
2018-09-23ODT Writer: Improve table header row style handlingNils Carlson1-13/+21
2018-09-07Fix percentage image scaling in ODT (#4881)Nils Carlson1-0/+2
2018-05-14Make internal links work in ODT/OpenDocument.John MacFarlane1-5/+11
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-19hlint code improvements.John MacFarlane1-1/+1
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-12-28improve formatting of formulas in OpenDocumentoltolm1-1/+19
2017-12-04Add `empty_paragraphs` extension.John MacFarlane1-2/+2
2017-11-01hlintAlexander Krotov1-1/+1