idea-multimarkdown
idea-multimarkdown copied to clipboard
Table preview with a single hyphen in the delimiter row is not rendered in tabular format.
Thanks for the great plugin!
As the title suggests, table preview with a single hyphen in the delimiter row is not rendered in tabular format.
Nowadays, VisualStudioCode and GitHub can also preview tables with one hyphen on the delimiter row, so I'd be happy if Markdown Navigator could also support it!
### This is rendered in tabular format.
|title|
|---|
|content|
### This is not rendered in tabular format. However, it is rendered in VisualStudioCode and GitHub.
|title|
|-|
|content|


Plugin version: 3.0.202.112
Can confirm. Only renders as a table if all columns have at least 3 dashes.
Thanks and sorry for the late confirmation. I will close this issue.