Set table column width via Markdown
问题 I have a project using Slate, which allows using table markup in the following format. Name | Value -------|------------------- `Value-One` | Long explanation `Value-Two` | Long explanation `etc` | Long explanation My problem is that the first column is rendered too narrow, and is wrapping the content (i.e. breaking the code values onto two lines) rather than displaying it on a single line. My preference is that the first column be wide enough to display the name/key fully, and then the