aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/CSV.hs
AgeCommit message (Collapse)AuthorFilesLines
2017-10-27hlint suggestions.John MacFarlane1-1/+0
2017-10-27hlint suggestions.John MacFarlane1-1/+1
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-3/+3
2017-08-11Removed redundant import.John MacFarlane1-1/+0
2017-08-10RST reader: implement csv-table directive.John MacFarlane1-3/+5
Most attributes are supported, including `:file:` and `:url:`. A (probably insufficient) test case has been added. Closes #3533.
2017-08-10RST reader: Basic support for csv-table directive.John MacFarlane1-0/+102
* Added Text.Pandoc.CSV, simple CSV parser. * Options still not supported, and we need tests. See #3533.