-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: columns mixed up with emphasize.strong.cols #34
Comments
Thank you very much for reporting this bug and also giving details with a reproducible minimal example. |
Verification that it works with given examples in multiple columns. Unfortunately it has brought up another bug:
This is only a problem when a single column is selected. Would a possible solution be to transpose only if the length of emphasize.cols is greater than 1? |
Sorry for such lame "fix" yesterday night, I should have guessed that a quickfix like that would not work at 3am :) I've just pushed another commit that should resolve this issue. Please verify and feel free to reopen the issue if the problem would persist. |
Fix verified. Thanks! |
I am really happy to hear that, thank you very much for reporting back. |
Your version of
pander
is awesome and has helped me a lot with my reports, but there is a problem with the argumentemphasize.strong.cols
in thepandoc.table()
function and I thought I should bring it to your attention. If the user specifies more than one column, the result is that the columns are mixed up. Example below:You can see the differences between the two tables below:
This is also observed with data frames.
The text was updated successfully, but these errors were encountered: