summaryrefslogtreecommitdiff
path: root/doc/asciidoc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/asciidoc.txt')
-rw-r--r--doc/asciidoc.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/asciidoc.txt b/doc/asciidoc.txt
index be0a34f..b30bc8a 100644
--- a/doc/asciidoc.txt
+++ b/doc/asciidoc.txt
@@ -2817,7 +2817,12 @@ headers. Example:
does not process nested includes). Setting 'depth' to '1' disables
nesting inside the included file. By default, nesting is limited to
a depth of ten.
-- If the he 'warnings' attribute is set to 'False' (or any other
+- The `lines` macro attribute can be used to include specific lines of
+ the file. You can specify a range of pages by using `..` between
+ the two numbers, for example `1..10` would include the first 10
+ lines. You can include multiple ranges or invdividual pages by using
+ a comma or semi-colon, for example `1..10,45,50..60`.
+- If the 'warnings' attribute is set to 'False' (or any other
Python literal that evaluates to boolean false) then no warning
message is printed if the included file does not exist. By default
'warnings' are enabled.