Use case or problem
I would like my Markdown tables, when rendered, to set their column widths automatically based on the length of the text in that column. For instance, if I have two columns — Index and Note — and the Index column contains integers while the Note column contains a potentially long block of text, it would be great to see the table render automatically with a narrow Index column and a wide Note column. As it is, it appears that the width of any column is determined as follows: 100% / number_of_columns.
Proposed solution
I am not sure how this would be achieved.
Current workaround (optional)
I can manually edit the table HTML to add a column width property, but that is not retained when the page is saved.
It is entirely possible that I am missing something here. Would it make more sense for this to be a feature of the Advanced Tables plugin given that it requires examine the average width of each column?
Related feature requests (optional)