diff --git a/docs/syntax/links.md b/docs/syntax/links.md index 13d6a309..2eace630 100644 --- a/docs/syntax/links.md +++ b/docs/syntax/links.md @@ -57,14 +57,14 @@ For example: You can specify custom anchors for headings inline: ```markdown -## License management [#manage-license] +## License management [manage-license] ``` 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!] ```