Merge branch 'fix_block_context' into 'master'
Specification change: Fix asciidoctor block context. See merge request gitlab-org/gitlab-ce!22280
This commit is contained in:
commit
a5ecb5bbda
1 changed files with 2 additions and 2 deletions
|
@ -80,10 +80,10 @@ our AsciiDoc snippets, wikis and repos using delimited blocks:
|
||||||
|
|
||||||
```
|
```
|
||||||
[plantuml, format="png", id="myDiagram", width="200px"]
|
[plantuml, format="png", id="myDiagram", width="200px"]
|
||||||
--
|
----
|
||||||
Bob->Alice : hello
|
Bob->Alice : hello
|
||||||
Alice -> Bob : Go Away
|
Alice -> Bob : Go Away
|
||||||
--
|
----
|
||||||
```
|
```
|
||||||
|
|
||||||
- **reStructuredText**
|
- **reStructuredText**
|
||||||
|
|
Loading…
Reference in a new issue