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:
Diffstat (limited to 'doc/user/markdown.md')
-rw-r--r--doc/user/markdown.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/user/markdown.md b/doc/user/markdown.md
index b8ed1c06324..401fe0bcb09 100644
--- a/doc/user/markdown.md
+++ b/doc/user/markdown.md
@@ -567,13 +567,12 @@ This example links to `<wiki_root>/miscellaneous.md`:
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/322174) in GitLab 15.10.
-NOTE:
-Use of the diagrams.net editor is not available on offline environments.
-
In wikis, you can use the [diagrams.net](https://www.diagrams.net/) editor to create diagrams. You
can also edit diagrams created with the diagrams.net editor. The diagram editor is available in both
the Markdown editor and the content editor.
+For more information, see [Diagrams.net](../administration/integration/diagrams_net.md).
+
##### Markdown editor
To create a diagram in the Markdown editor:
@@ -631,7 +630,7 @@ GitLab Flavored Markdown recognizes the following:
|:----------------------------------------------------------------------------|:------------------------------|:----------------------------------------|:-------------------------------|
| specific user | `@user_name` | | |
| specific group | `@group_name` | | |
-| entire team | `@all` | | |
+| entire team | [`@all`](discussions/index.md#mentioning-all-members) | | |
| project | `namespace/project>` | | |
| issue | ``#123`` | `namespace/project#123` | `project#123` |
| merge request | `!123` | `namespace/project!123` | `project!123` |