Grid table and alignment of multicolumn header cells #10169
Unanswered
somelinguist
asked this question in
Q&A
Replies: 2 comments
-
It might be a bug - @tarleb worked on the grid table parser and might know. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This appears to be the issue described in #9085. I didn't yet get around to fixing that, sorry. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to align a multicolumn header cell in a grid table differently than its sub-columns? For example, I tried the following to no avail to center the
Temperature
cell while maintaining left alignment formin
,mean
, andmax
:pandoc -f markdown+grid_tables gridtable.md -o gridtable.html
Note: I'm actually more interested in producing a PDF via latex, but it seems to be the same issue:
Beta Was this translation helpful? Give feedback.
All reactions