mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 05:43:39 +08:00
Add readMan to Text.Pandoc.Readers exports
This commit is contained in:
committed by
John MacFarlane
parent
ff753bdfa6
commit
032f7c832f
@@ -50,6 +50,7 @@ module Text.Pandoc.Readers
|
||||
, readTxt2Tags
|
||||
, readEPUB
|
||||
, readMuse
|
||||
, readMan
|
||||
, readFB2
|
||||
, readIpynb
|
||||
, readCSV
|
||||
|
||||
@@ -20,7 +20,6 @@ import Tests.Helpers
|
||||
import Text.Pandoc
|
||||
import Text.Pandoc.Arbitrary ()
|
||||
import Text.Pandoc.Builder
|
||||
import Text.Pandoc.Readers.Man
|
||||
|
||||
man :: Text -> Pandoc
|
||||
man = purely $ readMan def
|
||||
|
||||
Reference in New Issue
Block a user