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:
Evan Read 2018-10-12 00:38:36 +00:00
commit a5ecb5bbda
1 changed files with 2 additions and 2 deletions

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