Update readme.md
This commit is contained in:
parent
1b1fa0e499
commit
1be1efbb0f
1 changed files with 6 additions and 8 deletions
14
readme.md
14
readme.md
|
|
@ -16,7 +16,6 @@ _Text_ → Unterstrichen
|
||||||
^^Text^^ → Tiefgestellt
|
^^Text^^ → Tiefgestellt
|
||||||
\Zeichen → Escape (z. B. \# → #)
|
\Zeichen → Escape (z. B. \# → #)
|
||||||
|Text| → Zentriert
|
|Text| → Zentriert
|
||||||
<Text< → Rechtsbündig
|
|
||||||
>Text> → Einrücken
|
>Text> → Einrücken
|
||||||
>>Text>> → 2x Einrücken
|
>>Text>> → 2x Einrücken
|
||||||
```
|
```
|
||||||
|
|
@ -35,13 +34,13 @@ _Text_ → Unterstrichen
|
||||||
|
|
||||||
### Code
|
### Code
|
||||||
```
|
```
|
||||||
;Text; → Code
|
`Text` → Code
|
||||||
;;
|
``
|
||||||
Codeblock
|
Codeblock
|
||||||
;; → Codeblock
|
`` → Codeblock
|
||||||
;;Sprache
|
``Sprache
|
||||||
Codeblock
|
Codeblock
|
||||||
;; → Codeblock mit Angabe der Sprache
|
`` → Codeblock mit Angabe der Sprache
|
||||||
```
|
```
|
||||||
|
|
||||||
### Bilder
|
### Bilder
|
||||||
|
|
@ -61,8 +60,7 @@ Codeblock
|
||||||
|
|
||||||
### Zitate
|
### Zitate
|
||||||
```
|
```
|
||||||
:Text: → Zitat
|
|
||||||
::
|
|
||||||
Text
|
Text
|
||||||
:: → Zitatblock
|
:: → Zitatblock
|
||||||
```
|
```
|
||||||
Loading…
Reference in a new issue