summaryrefslogtreecommitdiff
path: root/doc/markdown
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-08-03 11:56:08 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2014-08-03 11:56:08 +0200
commit4b022747f4c52ce506c2bc503257aaaf6043e822 (patch)
tree2e36a48b76f8252bee3a6ec39f50b5f142e8c3e6 /doc/markdown
parent4809cbaef0a8df5da6d65e476f32f358ba0278cd (diff)
downloadgitlab-ce-4b022747f4c52ce506c2bc503257aaaf6043e822.tar.gz
Mention the @all GFM reference
Diffstat (limited to 'doc/markdown')
-rw-r--r--doc/markdown/markdown.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/markdown/markdown.md b/doc/markdown/markdown.md
index 2565acb8eff..ae719c0c928 100644
--- a/doc/markdown/markdown.md
+++ b/doc/markdown/markdown.md
@@ -163,13 +163,14 @@ Consult the [Emoji Cheat Sheet](http://www.emoji-cheat-sheet.com/) for a list of
GFM recognized special references.
-You can easily reference e.g. a team member, an issue, or a commit within a project.
+You can easily reference e.g. an issue, a commit, a team member or even the whole team within a project.
GFM will turn that reference into a link so you can navigate between them easily.
GFM will recognize the following:
- @foo : for team members
+- @all : for the whole team
- #123 : for issues
- !123 : for merge requests
- $123 : for snippets