Specification change: Fix asciidoctor block context.
This commit is contained in:
parent
c1403e85d1
commit
0c3373b775
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