pandoc-2.14.2: Conversion between markup formats
CopyrightCopyright (C) 2012-2021 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 :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc Source #

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