New Table Template - Markdown
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 973
- Forks
- 81
- PR merge metrics
- No merged PRs in 30d
Description
Great existing table templates, but one key item that's missing is the Markdown table.
```markdown
| 0A | 0B | 0C |
|----|----|----|
| 1A | 1B | 1C |
| 2A | 2B | 2C |
| 2A | 2B | 2C |
| 2A | 2B | 2C |
| 2A | 2B | 2C |
| 2A | 2B | 2C |
```
Results in cool stuff on github, like so:
| 0A | 0B | 0C |
|----|----|----|
| 1A | 1B | 1C |
| 2A | 2B | 2C |
| 2A | 2B | 2C |
| 2A | 2B | 2C |
| 2A | 2B | 2C |
| 2A | 2B | 2C |
Would be nice if we could give users a copy/paste friendly table for github!
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#tables
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.