summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/RTF.hs
Commit message (Expand)AuthorAge
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Removed writerSourceURL, add source URL to common state.John MacFarlane2017-09-30
* Use `table-of-contents` for contents of toc, make `toc` a boolean.John MacFarlane2017-06-26
* Writers: adjusted for renderTemplate' changes.John MacFarlane2017-06-20
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Added PandocResourceNotFound error.John MacFarlane2017-05-02
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Use catchError instead of runExceptT.John MacFarlane2017-02-24
* imageSize interface changemb212017-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
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane2017-01-25
* Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane2017-01-25
* Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane2017-01-25
* Refactored math conversion in writers.John MacFarlane2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Implement Errors in PandocMonadJesse Rosenthal2017-01-25
* Convert writers to use PandocMonad typeclass.Jesse Rosenthal2017-01-25
* Make pure rtf writer using free.Jesse Rosenthal2017-01-25
* Adds support for pagebreaks (when it makes sense)Hubert Plociniczak2017-01-25
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Updated readers, writers and README for link attributemb212015-08-07
* Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* Improved warnings when image size can't be determined.John MacFarlane2015-05-09
* ImageSize: make imageSize return an Either, not a Maybe.John MacFarlane2015-05-09
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Text.Pandoc.Writers.RTF: Add blankline at end of outputMatthew Pickering2014-12-15
* RTF writer: Improved image embedding.John MacFarlane2014-07-30
* RTF writer: refactored image embedding, using fetchItem'.John MacFarlane2014-07-30
* Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering2014-07-19
* RTF writer: Avoid extra paragraph tags in metadata.John MacFarlane2014-07-13
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* RTF writer: Fixed tables cells containing paragraphs.John MacFarlane2014-03-24
* TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane2013-11-01
* Use isURI instead of isAbsoluteURI.John MacFarlane2013-10-16
* Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane2013-08-10
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
* Metadata changes: Variables now completely shadow metadata.John MacFarlane2013-06-29
* Writers: Use defField for defaults.John MacFarlane2013-06-27
* Fixed regression with RTF table of contents.John MacFarlane2013-06-25
* Use new flexible metadata type.John MacFarlane2013-06-24
* RTF writer: Properly handle characters above the 0000-FFFF range.John MacFarlane2013-05-02
* RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane2013-01-18
* Added Attr field to Header.John MacFarlane2013-01-09