Update readme.md
This commit is contained in:
parent
e179de7ee0
commit
1b1fa0e499
1 changed files with 6 additions and 5 deletions
11
readme.md
11
readme.md
|
|
@ -17,12 +17,13 @@ _Text_ → Unterstrichen
|
||||||
\Zeichen → Escape (z. B. \# → #)
|
\Zeichen → Escape (z. B. \# → #)
|
||||||
|Text| → Zentriert
|
|Text| → Zentriert
|
||||||
<Text< → Rechtsbündig
|
<Text< → Rechtsbündig
|
||||||
|
>Text> → Einrücken
|
||||||
|
>>Text>> → 2x Einrücken
|
||||||
```
|
```
|
||||||
|
|
||||||
### Listen
|
### Listen
|
||||||
```
|
```
|
||||||
-Text- → Liste
|
-Text- → Liste
|
||||||
>-Text>- → Liste eingerückt
|
|
||||||
+Text+ → Nummerierte Liste
|
+Text+ → Nummerierte Liste
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -45,11 +46,11 @@ Codeblock
|
||||||
|
|
||||||
### Bilder
|
### Bilder
|
||||||
```
|
```
|
||||||
 → <img src="URL" alt="Alt-Text">
|
 → Bild mit Alt-Text
|
||||||
 → <img src="URL" alt="Alt-Text" style="width:200px;height:150px;">
|
 → Bild mit Alt-Text und Grösse definiert
|
||||||
 → Positioniert
|
 → Positioniert
|
||||||
 → <img src="URL" alt="Alt-Text" style="float\:left;width:33%;">
|
 → Ausrichtung links, 33% der Seitenbreite
|
||||||
 |Unterschrift| → <figure><img src="URL" alt="Alt-Text"><figcaption class="text-center">Unterschrift</figcaption></figure>
|
 |Unterschrift| → Bild mit Bildunterschrift
|
||||||
```
|
```
|
||||||
|
|
||||||
### Fussnoten
|
### Fussnoten
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue