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:
authorEvan Read <eread@gitlab.com>2018-10-12 03:38:36 +0300
committerEvan Read <eread@gitlab.com>2018-10-12 03:38:36 +0300
commita5ecb5bbdac05c3b1a96ecb918ce6a4ceed37d75 (patch)
tree221a6378a078d9a1ad70deb47e2452899235fe4e
parent9f006df61becb24ae4faddd1ace4d4f5af232090 (diff)
parent0c3373b775a20de095b5b130287e90ca4a58b5d0 (diff)
Merge branch 'fix_block_context' into 'master'
Specification change: Fix asciidoctor block context. See merge request gitlab-org/gitlab-ce!22280
-rw-r--r--doc/administration/integration/plantuml.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/integration/plantuml.md b/doc/administration/integration/plantuml.md
index 293036f2f4b..b61c5409a56 100644
--- a/doc/administration/integration/plantuml.md
+++ b/doc/administration/integration/plantuml.md
@@ -80,10 +80,10 @@ our AsciiDoc snippets, wikis and repos using delimited blocks:
```
[plantuml, format="png", id="myDiagram", width="200px"]
- --
+ ----
Bob->Alice : hello
Alice -> Bob : Go Away
- --
+ ----
```
- **reStructuredText**