summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-02-01 22:26:15 -0500
committerGitHub <noreply@github.com>2021-02-01 22:26:15 -0500
commit7defc50adce425716166fd10b6c3dd3731351020 (patch)
tree4541df000f91c84df57436856235f36d9cc347af
parent9fe91cced3275ce51302cc4364fbbe738e0067a9 (diff)
downloadasciidoc-py3-7defc50adce425716166fd10b6c3dd3731351020.tar.gz
Update 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.