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
/
Docx.hs
Age
Commit message (
Expand
)
Author
2024-02-28
Docx writer: don't copy over footnotePr in settings.xml...
John MacFarlane
2023-12-26
fix(docx): support absolute header/footer paths
Edwin Török
2023-12-19
fix(docx): sort inline elements in schema order
Edwin Török
2023-12-18
fix(docx): fix validation error on endnotePr
Edwin Török
2023-12-18
fix(docx): fix validation error on inline w:i/w:iCs order
Edwin Török
2023-12-18
fix(docx): fix OOXMLValidator error on KeywordTok output
Edwin Török
2023-12-18
fix(docx): fix validation error on w:annotationRef
Edwin Török
2023-12-18
fix(docx): fix validation error in w:nsid
Edwin Török
2023-12-18
Docx writer: fixed validation errors in tables.
John MacFarlane
2023-12-18
Docx writer: fix validation error.
John MacFarlane
2023-12-17
Docx writer: ensure that elements in settings are ordered correctly.
John MacFarlane
2023-12-17
Docx writer: don't emit empty rows.
John MacFarlane
2023-12-08
Docx writer: Use different style for block quotes in notes.
John MacFarlane
2023-12-08
Docx writer: allow embedded fonts to be used in reference.docx.
John MacFarlane
2023-07-09
Docx writer: Copy "mirror margins" property from reference.docx.
John MacFarlane
2023-06-07
Allow `abstract-title` to be specified in docx metadata.
John MacFarlane
2023-06-07
Fix localization of "Abstract" title in docx writer.
John MacFarlane
2023-03-17
Docx writer: include abstract title.
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
2023-01-11
Allow `--reference-doc` to take URL argument.
John MacFarlane
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-11-21
Docx writer: support relative image widths.
Albert Krewinkel
2022-11-19
Add support for `mark` extension for highlighted text.
John MacFarlane
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-19
Text.Pandoc.Shared: remove `ordNub` [API change].
John MacFarlane
2022-10-15
Minor code cleanups.
John MacFarlane
2022-10-03
Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)
John MacFarlane
2022-09-05
Docx writer: adjust correct attribute on lang element.
John MacFarlane
2022-08-26
Docx writer: Indent tables in list items.
John MacFarlane
2022-08-26
Docx writer: better handling of tables in lists (#5947).
John MacFarlane
2022-05-16
Docx writer: add w:lang to rPr for Span and Div with lang attribute.
John MacFarlane
2022-03-26
Docx writer: add bookmark with table id to table (#7989)
Nikolai Korobeinikov
2022-02-22
Fix typos (#7934)
Dimitris Apostolou
2022-02-09
Docx: single numbering ID for examples - fixes #7895 (#7900)
mjfs
2022-01-18
Docx writer: Separate tables even with RawBlocks between (#7844)
Michael Hoffmann
2022-01-11
Docx writer: Handle bullets correctly in lists by not reusing numIds (#7822)
Michael Hoffmann
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-10-29
Docx writer: move ": " out of the caption bookmark.
Tristan Stenner
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-09-12
Docx writer: make id used in native_numbering predictable.
John MacFarlane
2021-08-28
Remove unneeded import.
John MacFarlane
2021-08-28
Docx writer: handle SVG images.
John MacFarlane
2021-08-27
Ensure we have unique ids for wp:docPr and pic:cNvPr elements.
John MacFarlane
2021-08-15
Make docx writer sensitive to `native_numbering` extension.
John MacFarlane
2021-06-29
Docx writer: Fixed a couple bugs in Figure numbering.
John MacFarlane
2021-06-29
Docx writer: support figure numbers.
John MacFarlane
[next]