diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-10-20 07:49:51 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-10-20 07:49:51 +0200 |
commit | 489d9cdaab0eb5c306a20b0e5aa9318ca2092bd0 (patch) | |
tree | 4db05750b52fa36b0d745a9063729a6a1fecf01e | |
parent | 3880bb61760ef1f69b0df49148202ff6b4208f01 (diff) | |
parent | 8a52ff9c293a46fa7d6b4427f5f25992c7dc2c60 (diff) | |
download | gitlab-ce-489d9cdaab0eb5c306a20b0e5aa9318ca2092bd0.tar.gz |
Merge pull request #8017 from mr-vinn/md-table-doc
Document Markdown table formatting issue
-rw-r--r-- | doc/markdown/markdown.md | 4 |
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). |