Replies: 2 comments 1 reply
-
That's exactly what you do -- modify the style named Table. I don't know why you don't see it. Are you using a recent version of pandoc? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This issue comment is probably helpful for you. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
I'm converting from markdown to docx. I use a custom reference.docx. I have an issue with making the tables centered. I'm changing the style associated with the table in the reference.docx. The style I see is called Compact. I change it to center, but the rendered docx still has all tables aligned to the left. In the rendered docx the style of the table becomes Compact+Left for some reason

.
What else should I change to make it work?
I couldn't find the style with name Table and couldn't create one because Word says it's reserved for built-in styles.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions