Merge pull request #8017 from mr-vinn/md-table-doc

Document Markdown table formatting issue
This commit is contained in:
Robert Schilling 2014-10-20 07:49:51 +02:00
commit 489d9cdaab
1 changed files with 4 additions and 0 deletions

View File

@ -510,6 +510,10 @@ Code above produces next output:
| cell 1 | cell 2 |
| cell 3 | cell 4 |
**Note**
The row of dashes between the table header and body must have at least three dashes in each column.
## References
- This document leveraged heavily from the [Markdown-Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet).