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
|
||||
\Zeichen → Escape (z. B. \# → #)
|
||||
|Text| → Zentriert
|
||||
<Text< → Rechtsbündig
|
||||
>Text> → Einrücken
|
||||
>>Text>> → 2x Einrücken
|
||||
```
|
||||
|
|
@ -35,13 +34,13 @@ _Text_ → Unterstrichen
|
|||
|
||||
### Code
|
||||
```
|
||||
;Text; → Code
|
||||
;;
|
||||
`Text` → Code
|
||||
``
|
||||
Codeblock
|
||||
;; → Codeblock
|
||||
;;Sprache
|
||||
`` → Codeblock
|
||||
``Sprache
|
||||
Codeblock
|
||||
;; → Codeblock mit Angabe der Sprache
|
||||
`` → Codeblock mit Angabe der Sprache
|
||||
```
|
||||
|
||||
### Bilder
|
||||
|
|
@ -61,8 +60,7 @@ Codeblock
|
|||
|
||||
### Zitate
|
||||
```
|
||||
:Text: → Zitat
|
||||
::
|
||||
|
||||
Text
|
||||
:: → Zitatblock
|
||||
```
|
||||
Loading…
Reference in a new issue