-
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
Weird formatting in grid tables #305
Comments
Thanks for the report, but I'm not sure if it's a The markdown looks right to me, but I'm open to other opinions -- can you do some research on this? |
Additional things I have tried, with results: From the pandoc manual, I gather than parentheses may be used for section numbers and list markers. This is why I tried using character escapes. The only relevant bit of info I could find was:
I didn't find anything in the section of the manual on tables. I'm starting to think you're correct that this is a |
Could you try converting the markdown document into |
Meanwhile, I'm closing this ticket, as I suspect the issue to be outside of |
Okay, I did some tests and figured out what is happening. The bits that are formatted incorrectly are all enclosed in
I've attached the |
Wow, good catch! Let me see if there's a fix for this in |
BTW do you insist on using the
So if you switch to eg the default |
I wouldn't say I insist on To illustrate my point, I reran my test file after changing the type to |
As per most recent |
Sorry it's a bug, but thanks for looking into it! |
There is a 7 that is randomly getting formatted differently from all other values in my table output:
The table appears totally normal in R Studio and in the LaTeX code:
I've reproduced the issue with a toy dataset. In doing this, I determined the issue is connected to the presence of column names somehow.
Here's my code for the test case:
Here's some fun output:
And here's a bonus example of output from when I removed newline characters and parentheses from the column names in a troubleshooting attempt:
I no longer know what to trust. Any help is appreciated.
The text was updated successfully, but these errors were encountered: