pandoc-2.19.2: Conversion between markup formats
CopyrightCopyright (C) 2017 Sascha Wilde
LicenseGNU GPL, version 2 or above
MaintainerSascha Wilde <wilde@sha-bang.de>
Stabilityalpha
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Pandoc.Readers.Creole

Description

Conversion of creole text to Pandoc document.

Synopsis

Documentation

readCreole :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc Source #

Read creole from an input string and return a Pandoc document.