Skip to content

Instantly share code, notes, and snippets.

@WesSouza
Created December 18, 2019 22:01
Show Gist options
  • Save WesSouza/3e75e667bd07e0f8d8e5990f31957b95 to your computer and use it in GitHub Desktop.
Save WesSouza/3e75e667bd07e0f8d8e5990f31957b95 to your computer and use it in GitHub Desktop.
Sad Markdown Tables
Is there Any way to do this nicely?
Left cell is large Right cell has more content than a nice 80 column
layout would fit, I'd love to break lines.

The only way is to put the entire text into one line, as each line becomes a <tr>.

Also, VS Code automatically formats it and i cry.

| Is there           | Any way to do this nicely?                                                                   |
| ------------------ | -------------------------------------------------------------------------------------------- |
| Left cell is large | Right cell has more content than a nice 80 column layout would fit, I'd love to break lines. |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment