pandoc-1.19.1: Conversion between markup formats

CopyrightCopyright (C) 2012-2015 John MacFarlane
LicenseGNU GPL, version 2 or above
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Stabilityalpha
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Text.Pandoc.Readers.MediaWiki

Description

Conversion of mediawiki text to Pandoc document.

Synopsis

Documentation

readMediaWiki Source #

Arguments

:: ReaderOptions

Reader options

-> String

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

-> Either PandocError Pandoc 

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