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. \# → #)
|
||||
|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
|
||||
```
|
||||
 → <img src="URL" alt="Alt-Text">
|
||||
 → <img src="URL" alt="Alt-Text" style="width:200px;height:150px;">
|
||||
 → Bild mit Alt-Text
|
||||
 → Bild mit Alt-Text und Grösse definiert
|
||||
 → Positioniert
|
||||
 → <img src="URL" alt="Alt-Text" style="float\:left;width:33%;">
|
||||
 |Unterschrift| → <figure><img src="URL" alt="Alt-Text"><figcaption class="text-center">Unterschrift</figcaption></figure>
|
||||
 → Ausrichtung links, 33% der Seitenbreite
|
||||
 |Unterschrift| → Bild mit Bildunterschrift
|
||||
```
|
||||
|
||||
### Fussnoten
|
||||
|
|
|
|||
Loading…
Reference in a new issue