Copyright | Copyright (C) 2017-2020 Alexander Krotov |
---|---|
License | GNU GPL, version 2 or above |
Maintainer | Alexander Krotov <ilabdsf@gmail.com> |
Stability | alpha |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Conversion of Muse text to Pandoc
document.
Synopsis
- readMuse :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc
Documentation
readMuse :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc Source #
Read Muse from an input string and return a Pandoc document.