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