Update readme.md

This commit is contained in:
simonpipe 2026-07-06 17:25:31 +02:00
parent e179de7ee0
commit 1b1fa0e499

View file

@ -17,12 +17,13 @@ _Text_ → Unterstrichen
\Zeichen → Escape (z. B. \# → #)
|Text| → Zentriert
<Text< Rechtsbündig
>Text> → Einrücken
>>Text>> → 2x Einrücken
```
### Listen
```
-Text- → Liste
>-Text>- → Liste eingerückt
+Text+ → Nummerierte Liste
```
@ -45,11 +46,11 @@ Codeblock
### Bilder
```
![Alt-Text](URL) <img src="URL" alt="Alt-Text">
![Alt-Text w:200 h:150](URL) → <img src="URL" alt="Alt-Text" style="width:200px;height:150px;">
![Alt-Text](URL) → Bild mit Alt-Text
![Alt-Text w:200 h:150](URL) → Bild mit Alt-Text und Grösse definiert
![Alt-Text left/right/center](URL) → Positioniert
![Alt-Text left33%](URL) → <img src="URL" alt="Alt-Text" style="float\:left;width:33%;">
![Alt-Text](URL) |Unterschrift| → <figure><img src="URL" alt="Alt-Text"><figcaption class="text-center">Unterschrift</figcaption></figure>
![Alt-Text left33%](URL) → Ausrichtung links, 33% der Seitenbreite
![Alt-Text](URL) |Unterschrift| → Bild mit Bildunterschrift
```
### Fussnoten