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
/
ODT.hs
Age
Commit message (
Expand
)
Author
2023-12-26
Add some explicit imports...
John MacFarlane
2023-12-26
ODT/opendocument writers: properly handle highlighting styles.
John MacFarlane
2023-04-28
Writers.ODT: put manifest.version on directory file-entry
Michael Stahl
2023-04-28
Writers.ODT: stop validator complaints by producing ODF 1.3
Michael Stahl
2023-01-11
Remove unnecessary import.
John MacFarlane
2023-01-11
Allow `--reference-doc` to take URL argument.
John MacFarlane
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-10-31
First stab at mtl 2.3 compliance.
John MacFarlane
2022-10-24
ODT writer: further refinement to #3524.
John MacFarlane
2022-10-24
ODT writer:
John MacFarlane
2022-10-24
ODT writer: fix relative links.
John MacFarlane
2022-10-19
Split Text.Pandoc.Version from Text.Pandoc.Shared.
John MacFarlane
2022-10-03
Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)
John MacFarlane
2022-09-30
[API Change] Rename `pandocVersion` to `pandocVersionText`...
Albert Krewinkel
2022-02-23
Ensure that valid XML identifiers are used in...
John MacFarlane
2022-01-02
Copyright notices: update for 2022
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
2021-02-16
Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...
John MacFarlane
2021-02-11
Use getTimestamp instead of getCurrentTime in writers.
John MacFarlane
2021-02-10
Add new unexported module T.P.XMLParser.
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
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-08-25
Use new doctemplates, doclayout.
John MacFarlane
2019-03-01
Remove license boilerplate.
John MacFarlane
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2019-01-26
Improve writing metadata for docx, pptx and odt (#5252)
Agustín Martín Barbero
2019-01-17
odt writer: fix typo in custom properties (#5231)
Agustín Martín Barbero
2018-11-22
Hlint suggestions.
John MacFarlane
2018-10-08
ODT writer: improve metadata.
John MacFarlane
2018-09-07
Fix percentage image scaling in ODT (#4881)
Nils Carlson
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
2017-12-28
improve formatting of formulas in OpenDocument
oltolm
2017-11-01
hlint
Alexander Krotov
2017-10-29
hlint suggestions.
John MacFarlane
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
2017-09-30
Removed writerSourceURL, add source URL to common state.
John MacFarlane
2017-08-11
Added support for translations (localization) (see #3559).
John MacFarlane
2017-08-10
Removed datadir param from readDataFile and getDefaultTemplate.
John MacFarlane
2017-06-25
BCP47: split toLang from getLang, rearranged types.
John MacFarlane
2017-06-25
Moved BCP47 specific functions from Writers.Shared to new module.
John MacFarlane
2017-06-25
Writers.Shared: improve type of Lang and bcp47 parser.
John MacFarlane
2017-06-25
Writers.Shared: refactored getLang, splitLang...
John MacFarlane
[next]