Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-08-03 14:20:29 +0400
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-08-03 14:20:29 +0400
commit2600d08f65a8169c6f9414aca6517c828641ec23 (patch)
tree8c11014e3e53a051b87ba8cefe8a0d64c8ede992 /doc/markdown/markdown.md
parent50847283053b0a0f54244906640a4472898b7b44 (diff)
parent4b022747f4c52ce506c2bc503257aaaf6043e822 (diff)
Merge pull request #7420 from Razer6/mention_all_markup
[DOC] Mention the @all GFM reference in documentation
Diffstat (limited to 'doc/markdown/markdown.md')
-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 890048372a1..5627fd0659f 100644
--- a/doc/markdown/markdown.md
+++ b/doc/markdown/markdown.md
@@ -163,13 +163,14 @@ Consult the [Emoji Cheat Sheet](https://www.dropbox.com/s/b9xaqb977s6d8w1/cheat_
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