Skip to content

Commit

Permalink
Clarify anchor creation syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Feb 5, 2025
1 parent a786d34 commit 5401a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/syntax/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ For example:
You can specify custom anchors for headings inline:

```markdown
## License management [#manage-license]
## License management [manage-license]
<!-- Creates anchor #manage-license instead of #license-management -->
```

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

```markdown
## API Setup [#First Time Setup!]
## API Setup [First Time Setup!]
<!-- Creates anchor #first-time-setup -->
```

Expand Down

0 comments on commit 5401a08

Please sign in to comment.