paste-markdown icon indicating copy to clipboard operation
paste-markdown copied to clipboard

Pasted tables should use at least 3 hyphens in each column of the header row

Open axolx opened this issue 4 months ago • 0 comments

GitHub's guide for Markdown tables indicates:

There must be at least three hyphens in each column of the header row.

But this plugin creates tables with two hyphens between each column of the header row. This behavior prevents strict renderers, such as Go's blackfriday, from detecting columns in tables pasted with this plugin:

/russross/blackfriday (block.go#L815)

axolx avatar Aug 29 '25 17:08 axolx