aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/OpenDocument.hs
AgeCommit message (Expand)Author
2025-04-18OpenDocument writer: fix character styles in footnotes.John MacFarlane
2024-09-08OpenDocument writer: Removed another use of 'head'.John MacFarlane
2024-09-08Add options to change table/figure caption positions.John MacFarlane
2024-09-02Hide DocLayout's link to avoid clashesEvan Silberman
2024-04-14OpenDocument writer: implement custom-style for spans.John MacFarlane
2024-01-05Whitespace cleanup.John MacFarlane
2023-12-26ODT/opendocument writers: properly handle highlighting styles.John MacFarlane
2023-08-06ODT writer: Use a style for Highlighted, so color can be adjusted.John MacFarlane
2023-08-04OpenDocument writer: implement syntax highlighting.John MacFarlane
2023-08-04Started implementing syntax highlighting for ODT.John MacFarlane
2023-08-04Remove redundant import.John MacFarlane
2023-08-04OpenDocument writer: add syntax highlighting tags for CodeBlock.John MacFarlane
2023-08-04Support highlighted text in ODT/OpenDocument writers.John MacFarlane
2023-05-01Writers.OpenDocument: handle row header column cells as header cellsMichael Stahl
2023-05-01Writers.OpenDocument: handle row header column cells as ordinary cellsMichael Stahl
2023-05-01Writers.OpenDocument: fix invalid text:p inside text:p from metaMichael Stahl
2023-01-21T.P.Writers.Shared: export setupTranslations [API change].John MacFarlane
2023-01-13Remove block constructor Null from the code base.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2022-10-31Add explicit imports to fix compiler warnings.John MacFarlane
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-03Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)John MacFarlane
2021-12-28OpenDocument writer: fix vertical align bug with display math.John MacFarlane
2021-10-22Use simpleFigure in Readers.Aner Lucero
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane
2021-05-25Allow compilation with base 4.15Albert Krewinkel
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane
2020-12-05OpenDocument writer: Allow references for internal links (#6774)Nils Carlson
2020-11-22OpenDocument Writer: Implement Div and Span ident support (#6755)Nils Carlson
2020-11-21OpenDocument writer: Table text width support (#6792)Nils Carlson
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel
2020-10-01Syntax highlight for inline code of OpenDocument (#6711)niszet
2020-09-27OpenDocument Writer: Implement table cell alignment (#6700)Nils Carlson
2020-09-24OpenDocument writer: New table cell support with row and column spans (#6682)Nils Carlson
2020-09-24Support toc-depth option for ODT writer (#6697)niszet
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-05-16OpenDocument writer: add custom-style "Abstract" in metadata abstract.John MacFarlane
2020-05-16OpenDocument/ODT writer: enable custom-style attribute on a Div.John MacFarlane
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2020-02-07Resolve HLint warningsAlbert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-11-03Place caption before table in OpenDocument format. (#5869)Dmitry Pogodin