pandoc-2.11.3.2: Conversion between markup formats
CopyrightCopyright (C) 2006-2020 John MacFarlane
LicenseGNU GPL, version 2 or above
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Stabilityalpha
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Text.Pandoc.Readers.CSV

Description

Conversion from CSV to a Pandoc table.

Documentation

readCSV Source #

Arguments

:: PandocMonad m 
=> ReaderOptions

Reader options

-> Text

Text to parse (assuming 'n' line endings)

-> m Pandoc