moved scripts to dotfiles repository

changed this repositories purpose to documentation only
This commit is contained in:
scbj
2024-11-11 09:25:44 +01:00
parent b4931aeef5
commit 7204e19f8a
12 changed files with 13 additions and 20 deletions

15
markdown.md Normal file
View File

@@ -0,0 +1,15 @@
# markdown
## links
To insert links directly in the text use:
```markdown
[display name](url-or-link-to-markdown-anker)
```
Links can be defined in a separate (not rendered) section as follows:
```markdown
[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.