index
:
github.com/jgm/pandoc
aeson-pretty
asciidoc-reader
babel
bespoke-prelude
chunkedhtml
cite-prefix
commonmark-github
commonmark-hs
commonmark-hs-new
dark-mode
djot
endnote
figures
free
ghc925-3.1.5
ghc925-text2-3.1.5
ghc942-3.1.5
ghc944-3.1.5
images2
initialize-data-files
issue-6072
issue10282
issue10769
issue1234
issue221
issue5354
issue6122
issue6344
issue7111
issue7219
issue771
issue8378
issue8382
issue8417
issue9525
issue9878
issue_11268
jgm-patch-1
latex-partials
link-images
lowmem
main
mallard
mark
moinmoin2
multifile
newlatex
newlatex2
nospace
note-label
offline
oldmaster
optinfo
oracle
pseudopod
r1.19.2.2
r1.19.2.3
r1.19.2.4
rebase-relative-paths-extension
rel-1.19.2.1
relude
reset-position
resolverefs
ris
sable
sandbox3
sandboxed
signing
simdutf
source_date_epoch
sources
split-packages
styles
test-windows-ci
text
token-newline
travis
typst-reader
typst-tables
typst-writer
uri-cite-key
wasm
windows-arm64
windows-ci
windows-release-cabal
xeno
Pandoc — The universal markup converter
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
2025-04-18
OpenDocument writer: fix character styles in footnotes.
John MacFarlane
2024-09-08
OpenDocument writer: Removed another use of 'head'.
John MacFarlane
2024-09-08
Add options to change table/figure caption positions.
John MacFarlane
2024-09-02
Hide DocLayout's link to avoid clashes
Evan Silberman
2024-04-14
OpenDocument writer: implement custom-style for spans.
John MacFarlane
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
[next]