Kolen Cheung

Results 132 comments of Kolen Cheung
trafficstars

c.f. #148. There's an env var PANDOC_READER_OPTIONS but does not have info on `--data-dir`. So XDG_DATA_HOME is the path to go. Also need to mention that in doc.

Is this closed because of Python 2? This error is produced using Python 3.6 however. (pandoc 2.7.1)

I think we need more discussion on this for the syntax of this. You might try to ask people in [Markdown, tables and CSV - Google Groups](https://groups.google.com/forum/#!searchin/pandoc-discuss/csv%7Csort:relevance/pandoc-discuss/znGQ62WpWrg/lFpgTPZzGgAJ) to see if...

And remember to include tests in pull requests. There's 2 kinds of tests here, one is Python unit test that calls the functions and compare the results. Another is to...

@reenberg, can you briefly describe what you want to accomplished exactly? i.e. let's forget about syntax and how to do it for the moment, but gives some small, before &...

The “pandoc way” to accomplish a task like this, without over bloating a filter, is to have another filter processing the filtering of the csv before pantable (ie piping a...

@reenberg, a few more thoughts: - If your project is large and is already using a build system, you could take advantage of external CSV (those specified with a path...

@reenberg Another reason this should be treated specially is that pantable and pantable2csv are designed to be "invertible" (or strictly speaking, idempotent as far as pandoc's being idempotent). If you...

>I just thought that the reverse was a pure gimmick or at least I didn't see any practical use cases for it as a filter. As a matter of fact...