Skip to content

Commit 5401a08

Browse files
committed
Clarify anchor creation syntax
1 parent a786d34 commit 5401a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/syntax/links.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ For example:
5757
You can specify custom anchors for headings inline:
5858

5959
```markdown
60-
## License management [#manage-license]
60+
## License management [manage-license]
6161
<!-- Creates anchor #manage-license instead of #license-management -->
6262
```
6363

6464
Custom anchors are also cleaned up to remove special characters and spaces, and converted to lowercase:
6565

6666
```markdown
67-
## API Setup [#First Time Setup!]
67+
## API Setup [First Time Setup!]
6868
<!-- Creates anchor #first-time-setup -->
6969
```
7070

0 commit comments

Comments
 (0)