Skip to content

Commit dcad7f0

Browse files
committed
Minor
1 parent 3e76786 commit dcad7f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pantheon-bundle/src/main/resources/SLING-INF/content/docs/modules/ref_content_checklist.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ Always have an empty line between includes. This applies to both master.adoc an
3030

3131
*Not supported*
3232

33-
In theory, asciidoc interprets the following set of include statements as all having leveloffset=+1:
33+
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:
3434

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

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

4040
`include::yet-another--module.adoc[]`
41-
:leveloffset: -1
41+
``:leveloffset: -1`
4242

43-
However, {ProductName} does not, so you must write the leveloffset in the square brackets for each module.
43+
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.
4444
|====
4545

4646
.Module requirements

0 commit comments

Comments
 (0)