We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf2674 commit 4ca5972Copy full SHA for 4ca5972
adoc.adoc
@@ -1,7 +1,10 @@
1
= h1
2
-
3
-:toc:
4
-:toc-placement: preamble
+:idprefix:
+:idseparator: -
+:sectanchors:
5
+:sectlinks:
6
+:sectnums:
7
+:toc: preamble
8
9
Preamble. This paragraph has some magic properties just because it is before the first h2. E.g., the Toc will go after it.
10
@@ -14,3 +17,13 @@ GitHub renders it as a link as of 2015-09-23: no path transversal :-(
14
17
include::.git/HEAD[]
15
18
16
19
include::include.adoc[]
20
+
21
+== Another section
22
23
+<<another-section>>
24
25
+<<Another section>>
26
27
+<<another-section,asdfqwer>>
28
29
+[[]]
0 commit comments