Update readme.md

This commit is contained in:
simonpipe 2026-07-06 23:01:09 +02:00
parent 7d8d550cc7
commit 5951c55ee3

View file

@ -37,7 +37,7 @@ Hier beginnt ein völlig neuer Absatz.
| :--- | :--- | :--- |
| `#Text#` bis `######Text######` | **Überschrift (H1 bis H6)** | Text kann direkt in der Zeile weiterfliessen. |
| `*Text*` | **Medium** | Halbfette Betonung (`font-weight: 500`). |
| `**Text**` | **Fett (Bold)** | Starke Betonung (`font-weight: 700`) / Tabellenkopf. |
| `**Text**` | **Fett (Bold)** | Starke Betonung (`font-weight: 700`) |
| `/Text/` | *Kursiv* | Leichte Betonung / Zitate im Text. |
| `_Text_` | <u>Unterstrichen</u> | Sauberer, dokumentenähnlicher Textstil. |
| `~Text~` | ~~Durchgestrichen~~ | Korrekturen oder erledigte To-Dos. |