summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
Commit message (Expand)AuthorAge
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* Merge pull request #4219 from stalmon/masterJohn MacFarlane2018-01-02
|\
| * firstRow table definition compatibility for Word 2016Sebastian Talmon2018-01-02
| * Removed redundant subtitle in titlestalmon2018-01-02
* | Docx writer: Fix custom styles with spaces in the name.John MacFarlane2018-01-01
|/
* Docx writer: ensure that `distArchive` is the one that comes with pandoc.John MacFarlane2017-12-21
* Remove redundant imports from Docx writer.Jesse Rosenthal2017-12-11
* Create shared OOXML writer file.Jesse Rosenthal2017-12-11
* Changes for skylighting-0.5.John MacFarlane2017-12-10
* Add `empty_paragraphs` extension.John MacFarlane2017-12-04
* Docx writer: allow empty paragraphs.John MacFarlane2017-12-02
* hlint suggestions.John MacFarlane2017-10-29
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* docx writer - activate evenAndOddHeaders from reference docAgustín Martín Barbero2017-10-10
* Removed writerSourceURL, add source URL to common state.John MacFarlane2017-09-30
* Docx writer: fixed a regression (infinite loop on certain lists).John MacFarlane2017-08-15
* Docx writer: pass through comments.John MacFarlane2017-08-12
* Added support for translations (localization) (see #3559).John MacFarlane2017-08-11
* Remove writerUserDataDir from WriterOptions.John MacFarlane2017-08-10
* Removed datadir param from readDataFile and getDefaultTemplate.John MacFarlane2017-08-10
* Expose getDefaultDataFile in both Shared and Class.John MacFarlane2017-08-10
* Docx writer: Allow 9 list levels.John MacFarlane2017-06-27
* BCP47: split toLang from getLang, rearranged types.John MacFarlane2017-06-25
* Moved BCP47 specific functions from Writers.Shared to new module.John MacFarlane2017-06-25
* Writers.Shared: refactored getLang, splitLang...John MacFarlane2017-06-25
* Support `lang` attribute in OpenDocument and ODT writers.John MacFarlane2017-06-25
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Fixed keywords in docx writer.John MacFarlane2017-06-02
* Add keywords metadata to docx document propertiesIan2017-06-02
* Docx writer: Use Table rather than "Table Normal" for table style.John MacFarlane2017-05-25
* Fixed handling of soft hyphen (0173) in docx writer.John MacFarlane2017-05-23
* Docx writer: Change FigureWithCaption to CaptionedFigure (#3658)Ian2017-05-18
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Added PandocResourceNotFound error.John MacFarlane2017-05-02
* Docx writer: don't take "distArchive" from datadir.John MacFarlane2017-04-10
* Allow dynamic loading of syntax definitions.John MacFarlane2017-03-30
* docx writer: lang meta, see #1667 (#3515)Mauro Bieg2017-03-20
* Highlighting: highlighting now returns an Either rather than Maybe.John MacFarlane2017-03-13
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Docx writer: Don't include bookmarks on headers unless non-null id.John MacFarlane2017-03-03
* Docx writer: use Set for dynamic styles to avoid duplicates.John MacFarlane2017-02-25
* Docx writer: bookmarks for Span with id.John MacFarlane2017-02-25
* Docx writer bookmark improvements.John MacFarlane2017-02-25
* Implemented `\graphicspath` in LaTeX reader.John MacFarlane2017-02-24
* imageSize interface changemb212017-02-22
* make imageSize recognize basic SVG dimensions, see #3462mb212017-02-22
* Added warnings for non-rendered blocks to some writers.John MacFarlane2017-02-17
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Removed writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane2017-01-25
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25