Copyright | (c) Adam Conner-Sax 2019 |
---|---|
License | BSD-3-Clause |
Maintainer | adam_conner_sax@yahoo.com |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Functions to add Pandoc MarkDown fragments to the current Pandoc.
Synopsis
- markDownReaderOptions :: ReaderOptions
- addMarkDown :: (PandocEffects effs, Member ToPandoc effs) => Text -> Sem effs ()
- addMarkDownWithOptions :: (PandocEffects effs, Member ToPandoc effs) => ReaderOptions -> Text -> Sem effs ()
Default Options
markDownReaderOptions :: ReaderOptions Source #
Base Pandoc MarkDown reader options
functions to add various thing to the current Pandoc
addMarkDown :: (PandocEffects effs, Member ToPandoc effs) => Text -> Sem effs () Source #
Add a Pandoc MarkDown fragment with default options
addMarkDownWithOptions :: (PandocEffects effs, Member ToPandoc effs) => ReaderOptions -> Text -> Sem effs () Source #
Add a Pandoc MarkDown fragment with the given options