| Copyright | Copyright (C) 2025- Massimiliano Farinella and John MacFarlane |
|---|---|
| License | GNU GPL, version 2 or above |
| Maintainer | Massimiliano Farinella <massifrg@gmail.com> |
| Stability | WIP |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Text.Pandoc.Writers.XML
Description
Conversion of Pandoc documents to (pandoc specific) xml markup.
Documentation
writeXML :: PandocMonad m => WriterOptions -> Pandoc -> m Text Source #