idea-multimarkdown icon indicating copy to clipboard operation
idea-multimarkdown copied to clipboard

Table preview with a single hyphen in the delimiter row is not rendered in tabular format.

Open TakaakiAndo1 opened this issue 5 years ago • 1 comments

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|

Preview_in_MarkdownNavigator

Preview_in_VisualStudioCode

Plugin version: 3.0.202.112

TakaakiAndo1 avatar Dec 01 '20 04:12 TakaakiAndo1

Can confirm. Only renders as a table if all columns have at least 3 dashes.

devstuff avatar Mar 18 '21 22:03 devstuff

Thanks and sorry for the late confirmation. I will close this issue.

TakaakiAndo1 avatar May 16 '23 14:05 TakaakiAndo1