File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# Links
22
3- A markdown link looks like this:
3+ A Markdown link looks like this:
44
55``` markdown
66[Link text](destination.md)
77```
8+
89It has two components:
10+
911- Link ** text** enclosed in square brackets ` [ ] `
1012- Link ** destination** enclosed in parentheses ` ( ) `
1113
@@ -133,6 +135,22 @@ You can also auto-generate text for specific headings within files:
133135<!-- Uses the "Configuration" section title from current file -->
134136```
135137
138+ ## Reference-style links
139+
140+ ` docs-builder ` supports reference-style links. For example:
141+
142+ ``` markdown
143+ - [Link]
144+ - [Your own text][Link2]
145+
146+ ... Botton of the page ...
147+
148+ [Link]: http://some.site
149+ [Link2]: http://some.other.site
150+ ```
151+
152+ Reference style links are useful when adding links to tables, for example, or to update frequently used links more easily.
153+
136154## Legacy features
137155
138156### Inline anchors
You can’t perform that action at this time.
0 commit comments