pandoc-2.17.1: 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, ToSources a) => ReaderOptions -> a -> m Pandoc Source #

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