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)