I am writing a GitHub issue/wiki page which contains a table where one of the columns is quite large for many of the entries. Is there any way to wrap long columns in a table in GitHub-compatible markdown?
Example:
| Regular Column | Long Column |
| -------------- | ----------- |
| Small amount | So much stuff that it makes it so that I have to scroll which is really bad for quick readability. |
I would like to make it so that the content of "Long Column" is automatically wrapped so that people can skim the contents without having to scroll way over to the right to see all of the contents.