nvuillam/markdown-table-formatter

Config option for spacing

jonathon-boldcommerce opened this issue · 3 comments

The formatter currently expects this:

| First Header | Second Header |
|--------------|---------------|
| Content Cell | Content Cell  |
| Content Cell | Content Cell  |

but should have the option to allow this:

| First Header  | Second Header |
| ------------- | ------------- |
| Content Cell  | Content Cell  |
| Content Cell  | Content Cell  |

This would be something to ask to https://github.com/darkriszty/MarkdownTablePrettify-VSCodeExt#readme , the tool behind markdown-table-formatter ^^
If they provided an option, i could use it :)