Update readme.md

This commit is contained in:
simonpipe 2026-07-06 20:50:19 +02:00
parent 50887d5be8
commit da877440c1

View file

@ -27,7 +27,7 @@ Hier beginnt ein völlig neuer Absatz.
| Syntax | Ergebnis | Besonderheit / Usecase | | Syntax | Ergebnis | Besonderheit / Usecase |
| :--- | :--- | :--- | | :--- | :--- | :--- |
| `#Text#` bis `######Text######` | **Überschrift (H1 is H6)** | Text kann direkt in der Zeile weiterfliessen. | | `#Text#` bis `######Text######` | **Überschrift (H1 bis H6)** | Text kann direkt in der Zeile weiterfliessen. |
| `*Text*` | **Medium** | Halbfette Betonung (`font-weight: 500`). | | `*Text*` | **Medium** | Halbfette Betonung (`font-weight: 500`). |
| `**Text**` | **Fett (Bold)** | Starke Betonung (`font-weight: 700`) / Tabellenkopf. | | `**Text**` | **Fett (Bold)** | Starke Betonung (`font-weight: 700`) / Tabellenkopf. |
| `/Text/` | *Kursiv* | Leichte Betonung / Zitate im Text. | | `/Text/` | *Kursiv* | Leichte Betonung / Zitate im Text. |
@ -104,7 +104,7 @@ Simon | Entwickler | Zürich
``` ```
### Fußnoten ### Fußnoten
```
* `^1[Hier steht der Fußnotentext]^` → Manuelle Nummerierung (Fußnote 1) * `^1[Hier steht der Fußnotentext]^` → Manuelle Nummerierung (Fußnote 1)
* `^x[Hier steht der Fußnotentext]^` → Automatische, fortlaufende Nummerierung durch SimonUp * `^x[Hier steht der Fußnotentext]^` → Automatische, fortlaufende Nummerierung durch SimonUp
```