aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
AgeCommit message (Expand)Author
2026-01-07Fix docx writer: skip directory entries when building media overrides (#11379)You Jiangbin
2025-09-02Refactor highlighting options [API Change]Albert Krewinkel
2025-08-11Docx writer: ensure that documents don't start with a section separatorAlbert Krewinkel
2025-04-08Docx writer: don't renumber rels. (#10770)John MacFarlane
2025-04-05Docx writer: preserve Relationships for images from reference docx.John MacFarlane
2025-01-31Docx writer: repeat reference doc's sectPr for each new section.John MacFarlane
2024-12-22Remove old comment-out line.John MacFarlane
2024-09-08Docx writer: Support `--number-offsets`.John MacFarlane
2024-07-02Fix some mistakes with Japanese language code.John MacFarlane
2024-06-04Docx writer: better formatting for task lists.John MacFarlane
2024-05-19Allow OpenXML templates to be used with `docx`.John MacFarlane
2024-05-18Factor out T.P.Writers.Docx.OpenXML (internal module).John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-04-13Fix ooxml for b6b668ee3f3ac7782154171f7a078d5857d97dfcJohn MacFarlane
2024-04-13Use conventional styles/indents for Word bullet lists.John MacFarlane
2024-02-28Docx writer: don't copy over footnotePr in settings.xml...John MacFarlane
2023-12-26fix(docx): support absolute header/footer pathsEdwin Török
2023-12-19fix(docx): sort inline elements in schema orderEdwin Török
2023-12-18fix(docx): fix validation error on endnotePrEdwin Török
2023-12-18fix(docx): fix validation error on inline w:i/w:iCs orderEdwin Török
2023-12-18fix(docx): fix OOXMLValidator error on KeywordTok outputEdwin Török
2023-12-18fix(docx): fix validation error on w:annotationRefEdwin Török
2023-12-18fix(docx): fix validation error in w:nsidEdwin Török
2023-12-18Docx writer: fixed validation errors in tables.John MacFarlane
2023-12-18Docx writer: fix validation error.John MacFarlane
2023-12-17Docx writer: ensure that elements in settings are ordered correctly.John MacFarlane
2023-12-17Docx writer: don't emit empty rows.John MacFarlane
2023-12-08Docx writer: Use different style for block quotes in notes.John MacFarlane
2023-12-08Docx writer: allow embedded fonts to be used in reference.docx.John MacFarlane
2023-07-09Docx writer: Copy "mirror margins" property from reference.docx.John MacFarlane
2023-06-07Allow `abstract-title` to be specified in docx metadata.John MacFarlane
2023-06-07Fix localization of "Abstract" title in docx writer.John MacFarlane
2023-03-17Docx writer: include abstract title.John MacFarlane
2023-01-13Remove block constructor Null from the code base.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-11Allow `--reference-doc` to take URL argument.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-11-21Docx writer: support relative image widths.Albert Krewinkel
2022-11-19Add support for `mark` extension for highlighted text.John MacFarlane
2022-10-31Add explicit imports to fix compiler warnings.John MacFarlane
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-19Text.Pandoc.Shared: remove `ordNub` [API change].John MacFarlane
2022-10-15Minor code cleanups.John MacFarlane
2022-10-03Separate out T.P.Data, T.P.Translations from T.P.Class. (#8348)John MacFarlane
2022-09-05Docx writer: adjust correct attribute on lang element.John MacFarlane
2022-08-26Docx writer: Indent tables in list items.John MacFarlane
2022-08-26Docx writer: better handling of tables in lists (#5947).John MacFarlane
2022-05-16Docx writer: add w:lang to rPr for Span and Div with lang attribute.John MacFarlane
2022-03-26Docx writer: add bookmark with table id to table (#7989)Nikolai Korobeinikov
2022-02-22Fix typos (#7934)Dimitris Apostolou