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