Specification change: Fix asciidoctor block context.

This commit is contained in:
Koichiro Mikami 2018-10-11 08:58:58 +09:00
parent c1403e85d1
commit 0c3373b775

View file

@ -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**