Replies: 1 comment 2 replies
-
You can specify tbl-colwidths as an attribute,
|
Beta Was this translation helpful? Give feedback.
2 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.
-
Description
Is there a simple way to get the column widths to be automatic? For instance, a simple table like this
results in a table whose columns are all ⅓ width (so, in html we get
<col style="width: 33%">
or latex we get columns with width specified each to be{(\columnwidth - 4\tabcolsep) * \real{0.3333}}
).Is there a way to make columns be automatically sized, as you would get in LaTeX or HTML by default without specifying col widths?
Of course I could get what I want by something like this, but I wonder if it's possible to get this automatically by some markdown convention.
Beta Was this translation helpful? Give feedback.
All reactions