Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardHoch committed Feb 9, 2022
1 parent 3e76786 commit dcad7f0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ Always have an empty line between includes. This applies to both master.adoc an

*Not supported*

In theory, asciidoc interprets the following set of include statements as all having leveloffset=+1:
link:https://docs.asciidoctor.org/asciidoc/latest/directives/include-with-leveloffset/[According to its specifications], asciidoc interprets the following set of include statements as all having leveloffset=+1, with `leveloffset=-1` returning the offset to 0:

:leveloffset: +1
`include::some-module.adoc[]`

`include::some-other-module.adoc[]`

`include::yet-another--module.adoc[]`
:leveloffset: -1
``:leveloffset: -1`

However, {ProductName} does not, so you must write the leveloffset in the square brackets for each module.
This feature can be a useful time saver. Unfortunately, {ProductName} does not support it, so you must write the leveloffset in the square brackets for each module.
|====

.Module requirements
Expand Down

0 comments on commit dcad7f0

Please sign in to comment.