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:
authorStan Hu <stanhu@gmail.com>2019-08-25 16:50:35 +0300
committerStan Hu <stanhu@gmail.com>2019-08-25 23:19:12 +0300
commitc2541b64099b761b7207b808e0d752f9c8a696c4 (patch)
tree3518148db5544edd1f71fcefce5a0772ef117609 /doc/user/markdown.md
parentfc08d48cf0a596dc151cb7bc7ab0f7d2721f3333 (diff)
Upgrade Mermaid to v8.2.4
This fixes a regression that does not permit spaces in subgraph titles. Full details: https://github.com/knsv/mermaid/releases
Diffstat (limited to 'doc/user/markdown.md')
-rw-r--r--doc/user/markdown.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/user/markdown.md b/doc/user/markdown.md
index 17bbed2945d..840e1856dd9 100644
--- a/doc/user/markdown.md
+++ b/doc/user/markdown.md
@@ -181,9 +181,6 @@ graph TD;
#### Subgraphs
-NOTE: **Note:** GitLab 12.1 and up now [requires quotes around subgraph
-titles that contain multiple words](https://github.com/knsv/mermaid/pull/845).
-
Subgraphs can also be included:
~~~