Update readme.md

This commit is contained in:
simonpipe 2026-07-06 17:40:29 +02:00
parent 1b1fa0e499
commit 1be1efbb0f

View file

@ -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
``` ```