pandoc-2.2.2: Conversion between markup formats

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

Text.Pandoc.Readers.MediaWiki

Description

Conversion of mediawiki text to Pandoc document.

Synopsis

Documentation

readMediaWiki Source #

Arguments

:: PandocMonad m 
=> ReaderOptions

Reader options

-> Text

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

-> m Pandoc 

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