Update Home
parent
edb506d228
commit
1a7646fe38
7
Home.md
7
Home.md
|
|
@ -2,11 +2,10 @@ Welcome to the Wiki.
|
||||||
|
|
||||||
https://www.markdownguide.org/basic-syntax/#reference-style-links
|
https://www.markdownguide.org/basic-syntax/#reference-style-links
|
||||||
|
|
||||||
[Link](2) with prenthesis
|
|
||||||
|
|
||||||
[Link][1] with angle brackets
|
[Link][1] with angle brackets
|
||||||
|
|
||||||
⋮
|
⋮
|
||||||
[1]: http://b.org
|
|
||||||
|
|
||||||
This does not work in Forgejo. :-/
|
This does not work in Forgejo. :-/
|
||||||
|
|
||||||
|
|
@ -16,4 +15,6 @@ Here's a simple footnote,[^1] and here's a longer one.[^bignote]
|
||||||
|
|
||||||
[^bignote]: Here's one with multiple paragraphs and code.
|
[^bignote]: Here's one with multiple paragraphs and code.
|
||||||
|
|
||||||
|
[1]: http://b.org
|
||||||
|
|
||||||
[2]: https://asdf.org
|
[2]: https://asdf.org
|
||||||
Loading…
Reference in a new issue