summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ICML.hs
Commit message (Expand)AuthorAge
* hlintAlexander Krotov2017-11-01
* hlint suggestions.John MacFarlane2017-10-29
* Removed writerSourceURL, add source URL to common state.John MacFarlane2017-09-30
* Writers: adjusted for renderTemplate' changes.John MacFarlane2017-06-20
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel2017-05-23
* 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
* Fixes to compile after rebase.John MacFarlane2017-01-25
* Convert writers to use PandocMonad typeclass.Jesse Rosenthal2017-01-25
* Implement runTest functions.Jesse Rosenthal2017-01-25
* Introduce pure versions of IO Writers.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
* Put 'warn' in MonadIO. Add warnings for math conversions in docx.John MacFarlane2016-11-22
* ICML writer: replace partial function (!!) in table handling (#3175)Mauro Bieg2016-10-23
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* ICML writer: intersperse line breaksmb212015-12-17
* ICML writer: added figure handling, closes #2590mb212015-12-16
* ICML writer: removed redundant import.John MacFarlane2015-12-13
* Fixed ICML image syntax for local files.John MacFarlane2015-12-13
* Use posix path separators in ICML link URIs.John MacFarlane2015-12-13
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * ICML writer: changed type of `writeICML`.John MacFarlane2015-08-05
| * ICML writer: Add Cite style to citations.John MacFarlane2015-08-05
* | ICML writer: better handling of math.John MacFarlane2015-11-16
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
|/
* Fix InDesign crash with URLs containing more than one colon charactergohai2015-06-09
* Fix image URIs in ICML output (v2)gohai2015-05-11
* ICML writer: Better handling of raw blocks and inlines.John MacFarlane2015-02-17
* ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright2015-01-05
* ICML writer: Don't force all citations into footnotes.John MacFarlane2014-11-30
* Removed space at ends of lines in source.John MacFarlane2014-07-12
* InDesign ICML Writermb212014-02-28