aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
AgeCommit message (Expand)AuthorFilesLines
2021-10-29Docx writer: move ": " out of the caption bookmark.Tristan Stenner1-2/+1
2021-10-22Use simpleFigure in Readers.Aner Lucero1-2/+1
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane1-0/+1
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane1-1/+0
2021-09-12Docx writer: make id used in native_numbering predictable.John MacFarlane1-3/+6
2021-08-28Remove unneeded import.John MacFarlane1-1/+1
2021-08-28Docx writer: handle SVG images.John MacFarlane1-3/+38
2021-08-27Ensure we have unique ids for wp:docPr and pic:cNvPr elements.John MacFarlane1-9/+11
2021-08-15Make docx writer sensitive to `native_numbering` extension.John MacFarlane1-9/+13
2021-06-29Docx writer: Fixed a couple bugs in Figure numbering.John MacFarlane1-4/+3
2021-06-29Docx writer: support figure numbers.John MacFarlane1-3/+19
2021-06-23ImageSize: Add Tiff constructor for ImageType.John MacFarlane1-0/+1
2021-05-15Docx writer: copy over more settings from referenc.odcx.John MacFarlane1-1/+16
2021-05-11Improve integration of settings from reference.docx.John MacFarlane1-13/+14
2021-05-01Docx writer: support colspans and rowspans in tablesAlbert Krewinkel1-2/+4
2021-04-20Docx writer: extract Table handling into separate moduleAlbert Krewinkel1-221/+5
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane1-1/+1
2021-04-17Remove Text.Pandoc.BCP47 module.John MacFarlane1-1/+1
2021-03-17Docx writer: make nsid in abstractNum deterministic.John MacFarlane1-6/+4
2021-03-13Use integral values for w:tblW in docx.John MacFarlane1-1/+1
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane1-133/+130
2021-02-11Use getTimestamp instead of getCurrentTime in writers.John MacFarlane1-1/+1
2021-01-12Docx writer: handle table header using styles.John MacFarlane1-17/+20
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-12-30Undo the "Use fromRight" hlint hint.John MacFarlane1-2/+1
2020-12-30Hlint fixesJohn MacFarlane1-1/+2
2020-12-29Improve fix to #6983.John MacFarlane1-1/+3
2020-12-28Docx writer: fix nested tables with captions.John MacFarlane1-4/+6
2020-12-13Docx writer: keep raw openxml strings verbatim.Albert Krewinkel1-2/+5
2020-12-13Docx writer: use Content instead of Element.Albert Krewinkel1-59/+75
2020-12-03Docx writer: Support bold and italic in "complex script."John MacFarlane1-2/+6
2020-11-26Docx writer: Fix bullets/lists indentationcholonam1-3/+3
2020-10-06DOCX reader: Allow empty dates in comments and tracked changes (#6726)Diego Balseiro1-11/+7
2020-10-02Docx writer: better handle list items whose contents are lists (#6522)Michael Hoffmann1-3/+13
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane1-0/+12
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-1/+1
2020-09-11Use the original tail instead of deconstructing and reconstructing it (#6678)Joseph C. Sible1-2/+2
2020-08-24Docx writer: separate adjacent tables.John MacFarlane1-1/+9
2020-07-22Docx writer: support --number-sections.John MacFarlane1-4/+17
2020-05-16Docx writer: enable column and row bands for tables.John MacFarlane1-1/+6
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-3/+3
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-1/+1
2020-04-15Implement the new Table typedespresc1-3/+4
2020-03-29Clean up and simplify Text.Pandoc.Writers.Docx (#6229)Joseph C. Sible1-56/+48
2020-03-29Clean up some fmaps (#6226)Joseph C. Sible1-3/+3
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-2/+2
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-01-19Docx writer: fix regression with Compact style on tight lists. (#6073)John MacFarlane1-1/+9
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-82/+87