You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
429 B
429 B
References
You can create anchors and references to anchors inside of snekdown documents with the following syntax:
Anchor: [?KEY]
renders as
[?TestRef]
Reference: [Description](#KEY)
(classic url syntax)
renders as
Anchors don't render in the document but References to anchors do. There's currently no validation if a reference is valid so make sure to use the correct keys.