cmark-gfm icon indicating copy to clipboard operation
cmark-gfm copied to clipboard

Feature request: Table column width ratios

Open iegik opened this issue 5 years ago • 2 comments

A long time ago in a galaxy far, far away...

Ref: https://github.com/markedjs/marked/issues/266

iegik avatar Apr 21 '20 11:04 iegik

Possible syntax could be:

| Header 1   | Header 2 |  Header 3 |
|:---80px----|:---70%---|:----------|
|            |          |           |

Where blank head/body dividers are left to their default/current behavior, and anything else explicitly sets a column width depending on unit (px, %, em, rem, fr, etc....).

Gazook89 avatar Sep 08 '21 04:09 Gazook89

Here is my overdose 🤓 - To control max/min width could be like that:

| Header 1   | Header 2 |  Header 3 |
|:80px-------|:------70%|:----------|
|            |          |           |

iegik avatar Sep 09 '21 07:09 iegik