pandoc-2.4: Conversion between markup formats

CopyrightCopyright (C) 2017 Sascha Wilde
LicenseGNU GPL, version 2 or above
MaintainerSascha Wilde <wilde@sha-bang.de>
Stabilityalpha
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.Readers.Creole

Description

Conversion of creole text to Pandoc document.

Synopsis

Documentation

readCreole :: PandocMonad m => ReaderOptions -> Text -> m Pandoc Source #

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