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