pandoc-2.5: Conversion between markup formats

CopyrightCopyright (C) 2013-2018 github.com/mb21
LicenseGNU GPL, version 2 or above
Stabilityalpha
Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.Writers.ICML

Description

Conversion of Pandoc documents to Adobe InCopy ICML, a stand-alone XML format which is a subset of the zipped IDML format for which the documentation is available here: http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/indesign/sdk/cs6/idml/idml-specification.pdf InCopy is the companion word-processor to Adobe InDesign and ICML documents can be integrated into InDesign with File -> Place.

Synopsis

Documentation

writeICML :: PandocMonad m => WriterOptions -> Pandoc -> m Text Source #

Convert Pandoc document to string in ICML format.