Files
collection/markdown.md
scbj 7204e19f8a moved scripts to dotfiles repository
changed this repositories purpose to documentation only
2024-11-11 09:25:44 +01:00

368 B

markdown

To insert links directly in the text use:

[display name](url-or-link-to-markdown-anker)

Links can be defined in a separate (not rendered) section as follows:

[display name]: url-or-link-to-markdown-anker

Reference the Link in text with [display name].

In the last example the Link can be defined after the usage.