summaryrefslogtreecommitdiff
path: root/doc/user/markdown.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-06 06:08:07 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-06 06:08:07 +0000
commit13076511c60f62ce0f8baba22ca9b94755a7d3cb (patch)
tree6dc1c5fd488f09989286639d9ae153ee5daf31f2 /doc/user/markdown.md
parentf4d0e0d9c53abb196ee627a0a6bfbe353ea61435 (diff)
downloadgitlab-ce-13076511c60f62ce0f8baba22ca9b94755a7d3cb.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/markdown.md')
-rw-r--r--doc/user/markdown.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/markdown.md b/doc/user/markdown.md
index fdf6cb3c7be..82d37c54fd4 100644
--- a/doc/user/markdown.md
+++ b/doc/user/markdown.md
@@ -160,7 +160,7 @@ It is possible to generate diagrams and flowcharts from text in GitLab using [Me
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/15107) in
GitLab 10.3.
-Visit the [official page](https://mermaidjs.github.io/) for more details.
+Visit the [official page](https://mermaidjs.github.io/) for more details. If you are new to using Mermaid or need help identifying issues in your Mermaid code, the [Mermaid Live Editor](https://mermaid-js.github.io/mermaid-live-editor/) is a helpful tool for creating and resolving issues within Mermaid diagrams.
In order to generate a diagram or flowchart, you should write your text inside the `mermaid` block: