parent
549b098c8b
commit
c4a89527a1
@ -0,0 +1,28 @@
|
|||||||
|
# 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*
|
||||||
|
|
||||||
|
|
||||||
|
[Description](#TestRef)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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.
|
Loading…
Reference in New Issue