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

Text.Pandoc.Readers.Muse

Description

Conversion of Muse text to Pandoc document.

Synopsis

Documentation

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

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