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 cf80934 commit 3ad5699Copy full SHA for 3ad5699
docs/syntax/links.md
@@ -91,4 +91,15 @@ Do note that these inline anchors will be normalized.
91
## This Is A Header [What about this for an anchor!]
92
```
93
94
-Will result in the anchor `what-about-this-for-an-anchor`.
+Will result in the anchor `what-about-this-for-an-anchor`.
95
+
96
97
+## Inline anchors
98
99
+Docsbuilder temporary supports the abbility to create a linkable anchor anywhere on any document.
100
101
+```markdown
102
+This is text and $$$this-is-an-inline-anchor$$$
103
+```
104
105
+This feature exists to aid with migration however is scheduled for removal and new content should **NOT** utilize this feature.
0 commit comments