In-page links¶
Title¶
go to Title
Note
Capital letter -> small letter
# Title
go to [Title](#title)
sharpx2¶
got to sharpx2
Note
always use one “#” even deeper index
## sharpx2
got to [sharpx2](#sharpx2)
include blank¶
go to include blank
Note
blank -> “”-“”
# include blank
go to [include blank](#include-blank)
abc_def!@#$%^&*()+|~=`[]{};’:”,./<>?123-456¶
go to abc_def!@#$%^&*()+|~=`[]{};’:”,./<>?123-456
Note
ignore except alphabet, number, “_” and “-“
# abc_def!@#$%^&*()+|~=\`[]{};':",./<>?123-456
go to [abc_def!@#$%^&*()+|~=\`[]{};':",./<>?123-456](#abc_def123-456)
Ref.here
Links¶
[text](path/to/link)
// normal syntax
[text][1]
[1]:path/to/link
// other link syntax
![](path/to/image.jpg)
// normal syntax
![image][]
[image]: path/to/image.jpg "text"
// other image syntax
![image][1]
![image][2]
![image][3]
[1]: path/to/image1.jpg "text"
[2]: path/to/image2.jpg "text"
[3]: path/to/image3.jpg "text"
// Use ID
Last update:
February 24, 2022