From c82d992e08330cd68db537a65b15930716db6973 Mon Sep 17 00:00:00 2001 From: Stuart Rackham Date: Sun, 24 Jun 2012 12:00:11 +1200 Subject: User Guide: Polished 'Open Block' documentation. --- doc/asciidoc.txt | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/doc/asciidoc.txt b/doc/asciidoc.txt index d5b9f2a..af64866 100644 --- a/doc/asciidoc.txt +++ b/doc/asciidoc.txt @@ -1813,20 +1813,23 @@ Open blocks are special: - They can be used to group block elements for <>. -- Appropriately styled they can be used in place of any other - delimited block. The following built-in styles can be applied to - open blocks: 'literal', 'verse', 'quote', 'listing', 'TIP', 'NOTE', +- Open blocks can be styled to behave like any other type of delimited + block. The following built-in styles can be applied to open + blocks: 'literal', 'verse', 'quote', 'listing', 'TIP', 'NOTE', 'IMPORTANT', 'WARNING', 'CAUTION', 'abstract', 'partintro', 'comment', 'example', 'sidebar', 'source', 'music', 'latex', - 'graphviz'. For example: + 'graphviz'. For example, the following open block and listing block + are functionally identical: - [NOTE] + [listing] -- - First paragraph ... - - Second paragraph ... + Lorum ipsum ... -- + --------------- + Lorum ipsum ... + --------------- + - An unstyled open block groups section elements but otherwise does nothing. -- cgit v1.2.1