summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2012-01-01 17:36:06 +1300
committerStuart Rackham <srackham@methods.co.nz>2012-01-01 17:36:06 +1300
commit4301500250b53915aaf503921eb7581504934834 (patch)
treee13526325f900a5292f0f2fa81070df50f80251e
parentcc430df4f6c375f0d950fedc753c8d6056a7e2bf (diff)
downloadasciidoc-4301500250b53915aaf503921eb7581504934834.tar.gz
Documenation updates.
-rw-r--r--doc/asciidoc.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/asciidoc.txt b/doc/asciidoc.txt
index 65485db..d28ae95 100644
--- a/doc/asciidoc.txt
+++ b/doc/asciidoc.txt
@@ -805,7 +805,7 @@ The IDs are generated by the following algorithm:
- A numbered suffix (`_2`, `_3` ...) is added if a same named
auto-generated section ID exists.
- If the `ascii-ids` attribute is defined then non-ASCII characters
- are stripped from auto-generated IDs. This attribute may be
+ are replaced with ASCII equivalents. This attribute may be
deprecated in future releases and *should be avoided*, it's sole
purpose is to accomodate deficient downstream applications that
cannot process non-ASCII ID attributes.
@@ -4673,10 +4673,10 @@ template=listingblock
presubs=specialcharacters,callouts
---------------------------------------------------------------------
-Block definition sections are processed incrementally as each
-configuration file is loaded. Block definition section entries are
-merged into the block definition (they do not replace the definition),
-this allows block parameters to be overriden and extended by later
+Configuration file block definition sections are processed
+incrementally after each configuration file is loaded. Block
+definition section entries are merged into the block definition, this
+allows block parameters to be overriden and extended by later
<<X27,loading configuration files>>.
AsciiDoc Paragraph, DelimitedBlock, List and Table block elements
@@ -4780,8 +4780,8 @@ block definition parameters.
omitted in which case they inherit their values from the default
block definition parameters.
- Multi-item style parameters ('subs','presubs','postsubs','posattrs')
- must be specified using Python tuple syntax rather than a simple
- list of values as they in separate entries e.g.
+ must be specified using Python tuple syntax (rather than a simple
+ list of values as they in separate entries) e.g.
`postsubs=("callouts",)` not `postsubs="callouts"`.
Paragraphs