Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
04221385d8ae
Commit
02809e1c
authored
Apr 06, 2015
by
Robert Speicher
Browse files
Add more GFM reference examples to docs
parent
c8d64259a067
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/markdown/markdown.md
View file @
04221385
...
...
@@ -176,14 +176,18 @@ GFM will recognize the following:
- #123 : for issues
- !123 : for merge requests
- $123 : for snippets
- 1234567 : for commits
- ~123 : for labels
- 9ba12248 : for specific commits
- 9ba12248...b19a04f5 : for commit range comparisons
- \[file\](path/to/file) : for file references
GFM also recognizes references to commits, issues, and merge requests in other projects:
- namespace/project#123 : for issues
- namespace/project!123 : for merge requests
- namespace/project@1234567 : for commits
- namespace/project$123 : for snippets
- namespace/project@9ba12248 : for specific commits
- namespace/project@9ba12248...b19a04f5 : for commit range comparisons
## Task Lists
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment