diff options
| author | Koichiro Mikami <mikami.koichiro@jp.fujitsu.com> | 2018-10-11 08:58:58 +0900 |
|---|---|---|
| committer | Koichiro Mikami <mikami.koichiro@jp.fujitsu.com> | 2018-10-11 08:58:58 +0900 |
| commit | 0c3373b775a20de095b5b130287e90ca4a58b5d0 (patch) | |
| tree | 3ded184b9ffed3ff8c22a3770f8ac89af8ebf4e0 | |
| parent | c1403e85d12331ba6e37d878cfcd09a74ac2ce05 (diff) | |
| download | gitlab-ce-0c3373b775a20de095b5b130287e90ca4a58b5d0.tar.gz | |
Specification change: Fix asciidoctor block context.
| -rw-r--r-- | doc/administration/integration/plantuml.md | 4 |
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** |
