Gergely Daróczi
Gergely Daróczi
Meanwhile, I'm closing this ticket, as I suspect the issue to be outside of `pander` -- but please report back with the above information and let's try to debug if...
Wow, good catch! Let me see if there's a fix for this in `pandoc` or we might want to eg add an extra space in the column in such case...
BTW do you insist on using the `grid` table format? As per the `pandoc` docs: > The cells of grid tables may contain arbitrary block elements (multiple paragraphs, code blocks,...
As per most recent `pandoc` docs at http://pandoc.org/MANUAL.html#extension-grid_tables, alignment is now specified in `grid` tables just like in the `pipe` tables (since version `pandoc 1.19`) -- so this is a...
Thanks for the report -- this seems to be more of an issue with splitting tables, as the below works: ```r > pander(tmpDF[, 1:3], justify = rep('right', 4), row.names =...
I'd be open to a PR on this, but my concern is that there are many other options in the S3 methods that are not available via `panderOptions`, so it...
Are you sure it's a `pander` issue? Eg `pander` is generating some markdown failling `pandoc`? Checking the below: ``` root@56d2b523ff38:/tmp$ /usr/bin/pandoc -v pandoc 2.1.1 Compiled with pandoc-types 1.17.3, texmath 0.10.1,...
It seems that the structure of the `describe` object changed in `Hmisc`, see `pander:::pander.describe`. We had similar issue with other objects in the past, I'm thinking about either - trying...
Good catch, thanks! I'd be open to this, good idea, but not sure if that works: ```r > koRpus::hyphen('foobar and foo self-explanatory ok', hyph.pattern = 'en.us', rm.hyph = TRUE)@hyphen[1, 2]...
Sorry for the late reply, did not really have time to work on `pander` recently -- but planning to spend more time on this in 2019 and probably release v1.0...