diff options
author | Ben Hadley-Evans <ben@ebip.co.uk> | 2015-09-18 09:21:09 +0100 |
---|---|---|
committer | Ben Hadley-Evans <ben@ebip.co.uk> | 2015-09-18 09:35:40 +0100 |
commit | 0f41417a8c88f11aedaeb2c59b524e47db7f40e0 (patch) | |
tree | ffa58d0e1865c4ea4805e4f2897e31109fa68fe9 /doc/markdown | |
parent | 0aec0d53b10078613b66b0d41424ee4264ae6406 (diff) | |
download | gitlab-ce-0f41417a8c88f11aedaeb2c59b524e47db7f40e0.tar.gz |
Correct markdown.md docs RE use in commit messages.
Remove the line from the markdown documentation which states GFM can be used in commit messages as this is currently not true. See issue gitlab-org/gitlab-ce#1582.
[ci skip]
Diffstat (limited to 'doc/markdown')
-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 |