pandoc-2.16.1: Conversion between markup formats
CopyrightCopyright (C) 2018-2020 Alexander Krotov
LicenseGNU GPL, version 2 or above
MaintainerAlexander Krotov <ilabdsf@gmail.com>
Stabilityalpha
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.Readers.DokuWiki

Description

Conversion of DokuWiki text to Pandoc document.

Synopsis

Documentation

readDokuWiki :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc Source #

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