pandoc-2.11.4: Conversion between markup formats
CopyrightCopyright (C) 2018-2020 Yan Pashkovsky and John MacFarlane
LicenseGNU GPL, version 2 or above
MaintainerYan Pashkovsky <yanp.bugz@gmail.com>
StabilityWIP
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.Readers.Man

Description

Conversion of man to Pandoc document.

Synopsis

Documentation

readMan :: PandocMonad m => ReaderOptions -> Text -> m Pandoc Source #

Read man (troff) from an input string and return a Pandoc document.