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 a786d34 commit 5401a08Copy full SHA for 5401a08
docs/syntax/links.md
@@ -57,14 +57,14 @@ For example:
57
You can specify custom anchors for headings inline:
58
59
```markdown
60
-## License management [#manage-license]
+## License management [manage-license]
61
<!-- Creates anchor #manage-license instead of #license-management -->
62
```
63
64
Custom anchors are also cleaned up to remove special characters and spaces, and converted to lowercase:
65
66
67
-## API Setup [#First Time Setup!]
+## API Setup [First Time Setup!]
68
<!-- Creates anchor #first-time-setup -->
69
70
0 commit comments