cmark-gfm
cmark-gfm copied to clipboard
Feature request: Table column width ratios
A long time ago in a galaxy far, far away...
Ref: https://github.com/markedjs/marked/issues/266
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....).
Here is my overdose 🤓 - To control max/min width could be like that:
| Header 1 | Header 2 | Header 3 |
|:80px-------|:------70%|:----------|
| | | |