summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
Commit message (Expand)AuthorAge
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Changed signatures of writeODT, writeDocx, writeEPUB.John MacFarlane2012-07-24
* Simplified bullet characters so they work with Word 2007.John MacFarlane2012-06-01
* Docx writer: Fixed error message when style file can't be parsed.John MacFarlane2012-04-21
* Docx writer: Fixed multi-paragraph list items.John MacFarlane2012-04-07
* Add TableNormal style to tables.John MacFarlane2012-02-14
* Fix _rels/.rels if it has been screwed up by Word.John MacFarlane2012-02-11
* Remove dependency on old-time.John MacFarlane2012-01-28
* Put date in YYYY-MM-DD format if possible for HTML, docx metadata.John MacFarlane2012-01-28
* Docx: Put display math on separate line.John MacFarlane2012-01-20
* Docx writer: Fixed styles in footnotes.John MacFarlane2012-01-20
* Docx: Adjusted list spacing for less cramped number markers.John MacFarlane2012-01-20
* Docx writer: Start bullet lists with solid bullet.John MacFarlane2012-01-20
* Docx writer: Don't indent first level of lists.John MacFarlane2012-01-20
* Docx writer: Fixed bug with numbered lists.John MacFarlane2012-01-20
* Minor comment fixes.John MacFarlane2012-01-19
* Check for existence before opening image file.John MacFarlane2012-01-19
* Added Docx writer.John MacFarlane2012-01-19