From 5401a08ef4f17223733a9e68ef9e028411d3c504 Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Wed, 5 Feb 2025 12:53:39 +0100 Subject: [PATCH] Clarify anchor creation syntax --- docs/syntax/links.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!] ```