Update readme.md
This commit is contained in:
parent
50887d5be8
commit
da877440c1
1 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ Hier beginnt ein völlig neuer Absatz.
|
|||
|
||||
| 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**` | **Fett (Bold)** | Starke Betonung (`font-weight: 700`) / Tabellenkopf. |
|
||||
| `/Text/` | *Kursiv* | Leichte Betonung / Zitate im Text. |
|
||||
|
|
@ -104,7 +104,7 @@ Simon | Entwickler | Zürich
|
|||
```
|
||||
|
||||
### Fußnoten
|
||||
```
|
||||
|
||||
* `^1[Hier steht der Fußnotentext]^` → Manuelle Nummerierung (Fußnote 1)
|
||||
* `^x[Hier steht der Fußnotentext]^` → Automatische, fortlaufende Nummerierung durch SimonUp
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue