Copyright | Copyright (C) 2015-2023 John MacFarlane |
---|---|
License | GNU GPL, version 2 or above |
Maintainer | John MacFarlane <jgm@berkeley.edu> |
Stability | alpha |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Conversion of CommonMark-formatted plain text to Pandoc
document.
CommonMark is a strongly specified variant of Markdown: http://commonmark.org.
Synopsis
- readCommonMark :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc
Documentation
readCommonMark :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc Source #
Parse a CommonMark formatted string into a Pandoc
structure.