Mention the @all GFM reference
This commit is contained in:
parent
4809cbaef0
commit
4b022747f4
1 changed files with 2 additions and 1 deletions
|
@ -163,13 +163,14 @@ Consult the [Emoji Cheat Sheet](http://www.emoji-cheat-sheet.com/) for a list of
|
||||||
|
|
||||||
GFM recognized special references.
|
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 turn that reference into a link so you can navigate between them easily.
|
||||||
|
|
||||||
GFM will recognize the following:
|
GFM will recognize the following:
|
||||||
|
|
||||||
- @foo : for team members
|
- @foo : for team members
|
||||||
|
- @all : for the whole team
|
||||||
- #123 : for issues
|
- #123 : for issues
|
||||||
- !123 : for merge requests
|
- !123 : for merge requests
|
||||||
- $123 : for snippets
|
- $123 : for snippets
|
||||||
|
|
Loading…
Reference in a new issue