summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
AgeCommit message (Expand)Author
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
2022-02-09Docx: single numbering ID for examples - fixes #7895 (#7900)mjfs
2022-01-18Docx writer: Separate tables even with RawBlocks between (#7844)Michael Hoffmann
2022-01-11Docx writer: Handle bullets correctly in lists by not reusing numIds (#7822)Michael Hoffmann
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-10-29Docx writer: move ": " out of the caption bookmark.Tristan Stenner
2021-10-22Use simpleFigure in Readers.Aner Lucero
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane
2021-09-12Docx writer: make id used in native_numbering predictable.John MacFarlane
2021-08-28Remove unneeded import.John MacFarlane
2021-08-28Docx writer: handle SVG images.John MacFarlane
2021-08-27Ensure we have unique ids for wp:docPr and pic:cNvPr elements.John MacFarlane
2021-08-15Make docx writer sensitive to `native_numbering` extension.John MacFarlane
2021-06-29Docx writer: Fixed a couple bugs in Figure numbering.John MacFarlane
2021-06-29Docx writer: support figure numbers.John MacFarlane