pandoc-csv2table icon indicating copy to clipboard operation
pandoc-csv2table copied to clipboard

A Pandoc filter that renders CSV as Pandoc Markdown Tables.

Results 15 pandoc-csv2table issues
Sort by recently updated
recently updated
newest added

As $headline says... (At least it could point to an URL where more can be learned.)

enhancement

1. Allow selective processing of CSV lines into the generated tables. For example by supporting an additional attribute like `csvlines=3,7,33-end,2` (should be obvious what I mean with this). And the...

enhancement

> - **Allow the table header line to be defined inside the fenced code block. For example by supporting an additional options for the `header` attribute: `header="fenced"` and `header="line 13"`.**...

enhancement

``` Error: cabal-3.10.3.0.exe: Failed to build old-time-1.1.0.4 (which is required by exe:pandoc-csv2table from pandoc-csv2table-1.0.9). The failure occurred during the configure step. The build process terminated with exit code 127 ```...

For unknown reasons I see the `errorEmptyList` in `Text.Table.Builder` line 111, which indicates that the edge case is not handled well. Would be nice to see a helpful error message...