pandoc-1.19.2.3: Conversion between markup formats

CopyrightCopyright (C) 2014 Alexander Sulfrian
LicenseGNU GPL, version 2 or above
MaintainerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>
Stabilityalpha
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Text.Pandoc.Readers.TWiki

Description

Conversion of twiki text to Pandoc document.

Synopsis

Documentation

readTWiki Source #

Arguments

:: ReaderOptions

Reader options

-> String

String to parse (assuming '\n' line endings)

-> Either PandocError Pandoc 

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

readTWikiWithWarnings Source #

Arguments

:: ReaderOptions

Reader options

-> String

String to parse (assuming '\n' line endings)

-> Either PandocError (Pandoc, [String])