aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Docx.hs
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-25Docx writer bookmark improvements.John MacFarlane1-21/+29
2017-02-24Implemented `\graphicspath` in LaTeX reader.John MacFarlane1-68/+78
2017-02-22imageSize interface changemb211-1/+1
2017-02-22make imageSize recognize basic SVG dimensions, see #3462mb211-0/+1
2017-02-17Added warnings for non-rendered blocks to some writers.John MacFarlane1-4/+8
2017-02-11Use new warnings throughout the code base.John MacFarlane1-2/+3
2017-01-25Removed writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane1-21/+8
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane1-1/+0
2017-01-25Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane1-4/+5
2017-01-25Removed `--normalize` option and normalization functions from Shared.John MacFarlane1-2/+2
2017-01-25Class: Removed getDefaultReferenceDocx/ODT from PandocMonad.John MacFarlane1-2/+3
2017-01-25Class: removed 'fail' from PandocMonad.John MacFarlane1-1/+1
2017-01-25Simplified reference-docx/reference-odt to reference-doc.John MacFarlane1-1/+1
2017-01-25Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane1-1/+1
2017-01-25Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane1-1/+1
2017-01-25Refactored math conversion in writers.John MacFarlane1-12/+6
2017-01-25Fixes to compile after rebase.John MacFarlane1-1/+2
2017-01-25Convert writers to use PandocMonad typeclass.Jesse Rosenthal1-44/+38
2017-01-25Remove readFileStrict.Jesse Rosenthal1-1/+1
2017-01-25Implement runTest functions.Jesse Rosenthal1-11/+8
2017-01-25Introduce pure versions of IO Writers.Jesse Rosenthal1-27/+39
2017-01-25Adds support for pagebreaks (when it makes sense)Hubert Plociniczak1-1/+8
2016-12-23Updates to use skylighting rather than highlighting-kate.John MacFarlane1-3/+3
2016-11-22Docx writer: Give full detail when there are errors converting tex math.John MacFarlane1-1/+2
2016-11-22Put 'warn' in MonadIO. Add warnings for math conversions in docx.John MacFarlane1-2/+4
2016-11-18Docx writer: fixed XML markup for empty cells.John MacFarlane1-1/+1
2016-11-02Docx writer: Handle title text in images.Jesse Rosenthal1-2/+2
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel1-6/+5
2016-10-05Docx writer: Move one more env var to Reader monadJesse Rosenthal1-6/+5
2016-10-05Docx writer: code legibility fixups.Jesse Rosenthal1-5/+6
2016-10-04Docx writer: Clean up and streamline RTL behaviorJesse Rosenthal1-71/+77
2016-10-04Docx writer: move a couple more vars to ReaderTJesse Rosenthal1-21/+29
2016-10-03Clean up commented-out codeJesse Rosenthal1-12/+0
2016-10-03Remove bool on setRTL.Jesse Rosenthal1-17/+13
2016-10-03Filter text/para props correctly.Jesse Rosenthal1-2/+2