Commit 0c3373b7 authored by Koichiro Mikami's avatar Koichiro Mikami

Specification change: Fix asciidoctor block context.

parent c1403e85
...@@ -80,10 +80,10 @@ our AsciiDoc snippets, wikis and repos using delimited blocks: ...@@ -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**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment