atom-markdown-table-editor icon indicating copy to clipboard operation
atom-markdown-table-editor copied to clipboard

Support for indented tables

Open pbsds opened this issue 6 years ago • 1 comments

This plugin doesn't recognize tables that has been indented. My current workflow consists of deindenting the table to work on it before indenting it again.

This is needed in the case where you add table inside of a list

pbsds avatar Feb 26 '19 12:02 pbsds

markdown-table-editor relies on language-* packages to find tables, but unfortunately indented tables are not recognized by some of those packages. Setting scope to source.gfm (for language-gfm) or text.md (for language-markdown) is a quick fix for your problem, but please note that it may cause misrecognition of tables.

screen shot 2019-02-27 at 10 24 33

susisu avatar Feb 27 '19 01:02 susisu