aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ICML.hs
AgeCommit message (Expand)Author
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-08-25Use new doctemplates, doclayout.John MacFarlane
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-12-12ICML writer: support custom-styles (#5137)Mauro Bieg
2018-12-10ICML writer: support unnumbered headersmb21
2018-11-07ICML writer: fix missing type signature warningAlbert Krewinkel
2018-11-06ICML writer: consolidate adjacent strings, inc. spaces.John MacFarlane
2018-09-30Implement `--ascii` (`writerPreferAscii`) in writers, not App.John MacFarlane
2018-07-02Spellcheck commentsAlexander Krotov
2018-03-29Removed unused extensions (#4506)Anabra
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-19hlint code improvements.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-11-01hlintAlexander Krotov
2017-10-29hlint suggestions.John MacFarlane
2017-09-30Removed writerSourceURL, add source URL to common state.John MacFarlane
2017-06-20Writers: adjusted for renderTemplate' changes.John MacFarlane
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane
2017-06-11Switched Writer types to use Text.John MacFarlane
2017-05-23Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-05-02Added PandocResourceNotFound error.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-24Use catchError instead of runExceptT.John MacFarlane
2017-02-22imageSize interface changemb21
2017-02-17Added warnings for non-rendered blocks to some writers.John MacFarlane
2017-02-11Use new warnings throughout the code base.John MacFarlane
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane
2017-01-25Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane
2017-01-25Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane
2017-01-25Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane
2017-01-25Refactored math conversion in writers.John MacFarlane
2017-01-25Fixes to compile after rebase.John MacFarlane
2017-01-25Convert writers to use PandocMonad typeclass.Jesse Rosenthal
2017-01-25Implement runTest functions.Jesse Rosenthal
2017-01-25Introduce pure versions of IO Writers.Jesse Rosenthal
2017-01-25Adds support for pagebreaks (when it makes sense)Hubert Plociniczak
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane
2016-11-22Put 'warn' in MonadIO. Add warnings for math conversions in docx.John MacFarlane
2016-10-23ICML writer: replace partial function (!!) in table handling (#3175)Mauro Bieg
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel
2015-12-17ICML writer: intersperse line breaksmb21
2015-12-16ICML writer: added figure handling, closes #2590mb21