Skip to content

Commit 5928843

Browse files
authored
Add more explanation for duplicate section IDs
1 parent 9f03148 commit 5928843

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎runtime.adoc‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ UI macro examples::
166166

167167
== Examples
168168

169-
Example of a duplicate section title to test auto-generated IDs.
169+
An example of a first duplicate section title to test auto-generated IDs.
170+
The ID of this section is examples-1 since the unique_id_start_index compliance value is 1.
171+
The ID resolves to <<examples-1>>.
170172

171173
* filler
172174
* filler
@@ -185,7 +187,8 @@ Example of a duplicate section title to test auto-generated IDs.
185187

186188
== Examples
187189

188-
Another example of a duplicate section title to test auto-generated IDs.
190+
An example of another duplicate section title to test auto-generated IDs.
191+
The ID of this section is examples-2 and resolves to <<examples-2>>.
189192

190193
* filler
191194
* filler

0 commit comments

Comments
 (0)