Changes
Page history
Update markdown info
authored
Apr 02, 2021
by
Marius David Wieschollek
Hide whitespace changes
Inline
Side-by-side
Users/Passwords/Markdown-Notes.md
View page @
0811d0f0
...
@@ -162,13 +162,16 @@ Text
...
@@ -162,13 +162,16 @@ Text
## Links
## Links
Links can be created by just adding any valid url to the text.
Links can be created by just adding any valid url to the text.
It is also possible to create a text link by writing the text with square brackets
`[]`
and the link with regular backets just afterwards
`()`
.
It is also possible to create a text link by writing the text with square brackets
`[]`
and the link with regular brackets just afterwards
`()`
.
Headlines can also be linked to, by starting the link with a pound sign
`#`
and then writing the headline with hyphens
`-`
instead of spaces.
#### Example
#### Example
```
markdown
```
markdown
[
Example Link
](
https://www.example.com
)
[
Example Link
](
https://www.example.com
)
https://www.example.com
https://www.example.com
[
Go to *BOLD*
](
#bold
)
```
```
#### Result
#### Result
...
@@ -176,6 +179,8 @@ https://www.example.com
...
@@ -176,6 +179,8 @@ https://www.example.com
https://www.example.com
https://www.example.com
[
Go to *BOLD*
](
#bold
)
## Quotes
## Quotes
...
...
...
...