diff options
author | Hannes Rosenögger <123haynes@gmail.com> | 2015-09-23 10:35:48 +0000 |
---|---|---|
committer | Hannes Rosenögger <123haynes@gmail.com> | 2015-09-23 10:35:48 +0000 |
commit | 486a6479258c993ec1690d20acd0983ee102b967 (patch) | |
tree | 2fcdfbdf2f9b4d0d8fa1426037e358662cc71679 | |
parent | 64ec7a3e0e7eedf960e02910f7086e6757ce5cc7 (diff) | |
parent | 0f41417a8c88f11aedaeb2c59b524e47db7f40e0 (diff) | |
download | gitlab-ce-486a6479258c993ec1690d20acd0983ee102b967.tar.gz |
Merge branch 'correct-markdown-documentation' into 'master'
Correct markdown.md docs RE use in commit messages.
This is an improvement to the situation covered in issue #1582. It corrects the markdown documentation to demonstrate that GFM cannot currently be used in commit messages.
See merge request !1343
-rw-r--r-- | doc/markdown/markdown.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/markdown/markdown.md b/doc/markdown/markdown.md index 6fdb2fe1491..d83838127c9 100644 --- a/doc/markdown/markdown.md +++ b/doc/markdown/markdown.md @@ -33,7 +33,6 @@ For GitLab we developed something we call "GitLab Flavored Markdown" (GFM). It e You can use GFM in -- commit messages - comments - issues - merge requests |