pandoc-csv2table: Convert CSV to Pandoc Table Markdown
A Pandoc filter that replaces image inline or fenced code blocks with pandoc markdown tables.
Image links must have a "csv" extension. Include the csv file in markdown as
You can also use fenced code blocks to reference an external CSV file using the "source" attribute.
```{.table caption="This is the **caption**" source="table.csv"} ```
You can include the CSV contents inside fenced code blocks and omit the source attribute.
```{.table caption="This is the **caption**"} Fruit, Quantity, Price apples, 15, 3.24 oranges, 12, 2.22 ```
CSV contents will be parsed by the pandoc markdown reader.
You can see a rendered PDF file with tables generated from CSV files at Example.
For more information, see README at project's source repository.
[Skip to Readme]
Downloads
- pandoc-csv2table-1.0.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.6 && <4.9), csv (>=0.1.2), pandoc (>=1.13.0.0), pandoc-csv2table (>=1.0.0), pandoc-types (>=1.12.0.0), text (>=0.11 && <1.3) [details] |
License | MIT |
Copyright | (c) 2015 Wasif Hasan Baig |
Author | Wasif Hasan Baig <pr.wasif@gmail.com> |
Maintainer | Wasif Hasan Baig <pr.wasif@gmail.com> |
Revised | Revision 3 made by baig at 2015-08-28T20:43:52Z |
Category | Text |
Home page | https://github.com/baig/pandoc-csv2table-filter |
Bug tracker | https://github.com/baig/pandoc-csv2table-filter/issues |
Source repo | head: git clone git://github.com/baig/pandoc-csv2table-filter.git |
Uploaded | by baig at 2015-06-02T19:03:33Z |
Distributions | |
Executables | pandoc-csv2table |
Downloads | 7176 total (2 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-10-18 [all 2 reports] |