Skip to content

Commit 3ad5699

Browse files
committed
add documentation for inline anchors
1 parent cf80934 commit 3ad5699

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/syntax/links.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,15 @@ Do note that these inline anchors will be normalized.
9191
## This Is A Header [What about this for an anchor!]
9292
```
9393

94-
Will result in the anchor `what-about-this-for-an-anchor`.
94+
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

Comments
 (0)