index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
docx
/
golden
/
link_in_notes.docx
Age
Commit message (
Expand
)
Author
2024-02-28
Docx writer: don't copy over footnotePr in settings.xml...
John MacFarlane
2023-12-18
fix(docx): fix OOXMLValidator error on KeywordTok output
Edwin Török
2023-12-18
fix(docx): fix validation error in w:nsid
Edwin Török
2023-12-17
Docx writer: ensure that elements in settings are ordered correctly.
John MacFarlane
2023-12-17
test/docx/golden: regenerate
Edwin Török
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-03-17
Update docx golden tests for style changes.
John MacFarlane
2021-05-15
Docx writer: copy over more settings from referenc.odcx.
John MacFarlane
2021-05-15
docx writer: Remove rsids from settings.docx.
John MacFarlane
2021-05-11
Improve integration of settings from reference.docx.
John MacFarlane
2021-03-17
Docx writer: make nsid in abstractNum deterministic.
John MacFarlane
2021-02-16
Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...
John MacFarlane
2021-02-10
Add new unexported module T.P.XMLParser.
John MacFarlane
2021-01-12
Docx writer: handle table header using styles.
John MacFarlane
2020-11-26
Docx writer: Fix bullets/lists indentation
cholonam
2020-07-22
Docx writer: support --number-sections.
John MacFarlane
2020-05-16
Docx writer: enable column and row bands for tables.
John MacFarlane
2019-11-16
Change styles in reference.docx.
John MacFarlane
2019-11-14
Change reference.docx to use more normal block quotes.
John MacFarlane
2019-03-11
docx writer: avoid extra copy of abstractNum and num elements...
John MacFarlane
2018-10-09
Docx writer: added framework for custom properties.
John MacFarlane
2018-01-27
Docx writer tests: Use new golden framework
Jesse Rosenthal