aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
AgeCommit message (Expand)AuthorFilesLines
2018-02-23Docx writer: trim trailing whitespace.Jesse Rosenthal1-14/+14
2018-02-23Docx writer: fix #3930laptop1\Andrew1-84/+100
2018-02-18EMF Image size support (#4375)Andrew Pritchard1-0/+1
2018-01-27Docx writer: make more deterministic to facilitate testingJesse Rosenthal1-10/+16
2018-01-27Docx writer: Fix ids in comment writingJesse Rosenthal1-9/+17
2018-01-25Dock writer: Fix deletion track changesJesse Rosenthal1-6/+6
2018-01-19hlint code improvements.John MacFarlane1-8/+5
2018-01-12Move `metaValueToInlines` to T.P.W.SharedJesse Rosenthal1-11/+1
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2018-01-02Merge pull request #4219 from stalmon/masterJohn MacFarlane1-4/+2
2018-01-02firstRow table definition compatibility for Word 2016Sebastian Talmon1-1/+1
2018-01-01Docx writer: Fix custom styles with spaces in the name.John MacFarlane1-1/+1
2018-01-02Removed redundant subtitle in titlestalmon1-3/+1
2017-12-21Docx writer: ensure that `distArchive` is the one that comes with pandoc.John MacFarlane1-2/+6
2017-12-11Remove redundant imports from Docx writer.Jesse Rosenthal1-3/+0
2017-12-11Create shared OOXML writer file.Jesse Rosenthal1-33/+1
2017-12-10Changes for skylighting-0.5.John MacFarlane1-3/+3
2017-12-04Add `empty_paragraphs` extension.John MacFarlane1-13/+16
2017-12-02Docx writer: allow empty paragraphs.John MacFarlane1-2/+0
2017-10-29hlint suggestions.John MacFarlane1-114/+114
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-5/+5
2017-10-10docx writer - activate evenAndOddHeaders from reference docAgustín Martín Barbero1-0/+1
2017-09-30Removed writerSourceURL, add source URL to common state.John MacFarlane1-1/+1
2017-08-15Docx writer: fixed a regression (infinite loop on certain lists).John MacFarlane1-2/+2
2017-08-12Docx writer: pass through comments.John MacFarlane1-8/+47
2017-08-11Added support for translations (localization) (see #3559).John MacFarlane1-2/+2
2017-08-10Remove writerUserDataDir from WriterOptions.John MacFarlane1-1/+0
2017-08-10Removed datadir param from readDataFile and getDefaultTemplate.John MacFarlane1-1/+1
2017-08-10Expose getDefaultDataFile in both Shared and Class.John MacFarlane1-1/+1
2017-06-27Docx writer: Allow 9 list levels.John MacFarlane1-3/+9
2017-06-25BCP47: split toLang from getLang, rearranged types.John MacFarlane1-3/+3
2017-06-25Moved BCP47 specific functions from Writers.Shared to new module.John MacFarlane1-1/+2
2017-06-25Writers.Shared: refactored getLang, splitLang...John MacFarlane1-3/+5
2017-06-25Support `lang` attribute in OpenDocument and ODT writers.John MacFarlane1-5/+2
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane1-1/+1
2017-06-02Fixed keywords in docx writer.John MacFarlane1-1/+6
2017-06-02Add keywords metadata to docx document propertiesIan1-0/+1
2017-05-25Docx writer: Use Table rather than "Table Normal" for table style.John MacFarlane1-1/+1
2017-05-23Fixed handling of soft hyphen (0173) in docx writer.John MacFarlane1-7/+19
2017-05-18Docx writer: Change FigureWithCaption to CaptionedFigure (#3658)Ian1-1/+1
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-05-02Added PandocResourceNotFound error.John MacFarlane1-7/+4
2017-04-10Docx writer: don't take "distArchive" from datadir.John MacFarlane1-2/+3
2017-03-30Allow dynamic loading of syntax definitions.John MacFarlane1-1/+2
2017-03-20docx writer: lang meta, see #1667 (#3515)Mauro Bieg1-1/+24
2017-03-13Highlighting: highlighting now returns an Either rather than Maybe.John MacFarlane1-3/+7
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-71/+74
2017-03-03Docx writer: Don't include bookmarks on headers unless non-null id.John MacFarlane1-22/+25
2017-02-25Docx writer: use Set for dynamic styles to avoid duplicates.John MacFarlane1-8/+10
2017-02-25Docx writer: bookmarks for Span with id.John MacFarlane1-45/+58