dhruvasagar / dhruvasagar/vim-table-mode
Support Github flavoured markdown table
Open
- Dominant language
- Vim Script
- Stars
- 2.2k
- Forks
- 100
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to support the table format as shown here: https://help.github.com/articles/github-flavored-markdown/ ?
The main difference is the spaces in the header separator, for e.g. :
``` markdown
| ------------- | ------------- |
instead of
|---------------|---------------|
```
I find it much clearer to look at, suitable for minimalists.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.