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 acb885e commit a786d34Copy full SHA for a786d34
docs/syntax/links.md
@@ -48,9 +48,10 @@ Headings will automatically create anchor links in the resulting HTML. The are a
48
49
For example:
50
51
-`## Remote clusters: Cross-cluster setup!`
52
-<br>becomes<br>
53
-`#remote-clusters-cross-cluster-setup`
+```markdown
+### Same-page links (anchors)
+<!-- Creates anchor #same-page-links-anchors -->
54
+```
55
56
#### Custom anchors
57
You can specify custom anchors for headings inline:
0 commit comments