summaryrefslogtreecommitdiff
path: root/doc/markdown
diff options
context:
space:
mode:
authorVinnie Okada <vokada@mrvinn.com>2014-10-11 12:53:27 -0500
committerVinnie Okada <vokada@mrvinn.com>2014-10-11 12:53:27 -0500
commit8a52ff9c293a46fa7d6b4427f5f25992c7dc2c60 (patch)
treee9ab10b8e963f65ba5390737b1ba410978ef323e /doc/markdown
parentf7342ce56764aaf6465bca74239955778c25107b (diff)
downloadgitlab-ce-8a52ff9c293a46fa7d6b4427f5f25992c7dc2c60.tar.gz
Document Markdown table formatting issue
Add a note to the Markdown documentation about a quirk of Redcarpet's table parsing.
Diffstat (limited to 'doc/markdown')
-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).