Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1f4854cd
Commit
1f4854cd
authored
Feb 27, 2022
by
Niklas van Schrick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Consistency Update: user/markdown.md
Fix tables, version history and remove inline tier badge
parent
9e05002f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
36 deletions
+36
-36
doc/user/markdown.md
doc/user/markdown.md
+36
-36
No files found.
doc/user/markdown.md
View file @
1f4854cd
...
...
@@ -68,10 +68,10 @@ Features not found in standard Markdown:
Features
[
extended from standard Markdown
](
#features-extended-from-standard-markdown
)
:
| Standard Markdown | Extended Markdown in GitLab |
|
------------------------------------- | -------------------------
|
|
---------------------------------------|---------------------------------------------------------------------------------------
|
|
[
blockquotes
](
#blockquotes
)
|
[
multi-line blockquotes
](
#multiline-blockquote
)
|
|
[
code blocks
](
#code-spans-and-blocks
)
|
[
colored code and syntax highlighting
](
#colored-code-and-syntax-highlighting
)
|
|
[
emphasis
](
#emphasis
)
|
[
multiple underscores in words
](
#multiple-underscores-in-words-and-mid-word-emphasis
)
|
[
emphasis
](
#emphasis
)
|
[
multiple underscores in words
](
#multiple-underscores-in-words-and-mid-word-emphasis
)
|
|
[
headers
](
#headers
)
|
[
linkable Header IDs
](
#header-ids-and-links
)
|
|
[
images
](
#images
)
|
[
embedded videos
](
#videos
)
and
[
audio
](
#audio
)
|
|
[
line breaks
](
#line-breaks
)
|
[
more line break control
](
#newlines
)
|
...
...
@@ -516,7 +516,7 @@ version to reference other projects from the same namespace.
GitLab Flavored Markdown recognizes the following:
| references | input | cross-project reference | shortcut inside same namespace |
|
:--------------------------------------------------- | :---------------------------- | :----------------------------------------- | :-------------------------------
|
|
:----------------------------------------------------------------------------|:------------------------------|:----------------------------------------|:-------------------------------
|
| specific user | `@user_name` | | |
| specific group | `@group_name` | | |
| entire team | `@all` | | |
...
...
@@ -525,7 +525,7 @@ GitLab Flavored Markdown recognizes the following:
| merge request | `!123` | `namespace/project!123` | `project!123` |
| snippet | `$123` | `namespace/project$123` | `project$123` |
| [epic](group/epics/index.md) | `&123` | `group1/subgroup&123` | |
|
vulnerability **(ULTIMATE)** <sup>1</sup> | `[vulnerability:123]` | `[vulnerability:namespace/project/123]` | `[vulnerability:project/123]`
|
|
[vulnerability](application_security/vulnerabilities/index.md) <sup>1</sup> | `[vulnerability:123]` | `[vulnerability:namespace/project/123]` | `[vulnerability:project/123]`
|
| feature flag | `[feature_flag:123]` | `[feature_flag:namespace/project/123]` | `[feature_flag:project/123]` |
| label by ID | `~123` | `namespace/project~123` | `project~123` |
| one-word label by name | `~bug` | `namespace/project~bug` | `project~bug` |
...
...
@@ -1486,7 +1486,7 @@ but they do not render properly on `docs.gitlab.com`:
#### Copy from spreadsheet and paste in Markdown
[Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/27205) in GitLab 12.7.
>
[Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/27205) in GitLab 12.7.
If you're working in spreadsheet software (for example, Microsoft Excel, Google
Sheets, or Apple Numbers), GitLab creates a Markdown table when you copy-and-paste
...
...
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