Replies: 1 comment 1 reply
-
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Using pandoc-3.1.13 and generating table to docx.
Table representation in markdown (close to simple_tables extension generated by tabulate with tablefmt="plain") :
Generated docx:

Grid extension table works fine but I prefer simple_tables because width of simple_tables is nicely scaled to table content vs. grid one looking like scaled to the window:

Workaround is to generate table using grid extension and then manually scale table using (Layout->Autofit to Content) that requires manual interaction with generated file and hence not preferred.
Can you please suggest on how to get correct results from simple_tables extension?
Thanks,
Martin M.
Beta Was this translation helpful? Give feedback.
All reactions