Copyright | Copyright (C) 2018-2020 Yan Pashkovsky and John MacFarlane |
---|---|
License | GNU GPL, version 2 or above |
Maintainer | Yan Pashkovsky <yanp.bugz@gmail.com> |
Stability | WIP |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Conversion of man to Pandoc
document.
Synopsis
- readMan :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc
Documentation
readMan :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc Source #
Read man (troff) from an input string and return a Pandoc document.