Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-10-20 09:49:51 +0400
committerRobert Schilling <rschilling@student.tugraz.at>2014-10-20 09:49:51 +0400
commit489d9cdaab0eb5c306a20b0e5aa9318ca2092bd0 (patch)
tree4db05750b52fa36b0d745a9063729a6a1fecf01e
parent3880bb61760ef1f69b0df49148202ff6b4208f01 (diff)
parent8a52ff9c293a46fa7d6b4427f5f25992c7dc2c60 (diff)
Merge pull request #8017 from mr-vinn/md-table-doc
Document Markdown table formatting issue
-rw-r--r--doc/markdown/markdown.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/markdown/markdown.md b/doc/markdown/markdown.md
index 6d96da76ad7..edb7a975503 100644
--- a/doc/markdown/markdown.md
+++ b/doc/markdown/markdown.md
@@ -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).