Update readme.md
This commit is contained in:
parent
50a3443c17
commit
5858c0c0fd
1 changed files with 5 additions and 5 deletions
10
readme.md
10
readme.md
|
|
@ -36,8 +36,8 @@ Hier beginnt ein völlig neuer Absatz.
|
||||||
| Syntax | Ergebnis | Besonderheit / Usecase |
|
| Syntax | Ergebnis | Besonderheit / Usecase |
|
||||||
| :--- | :--- | :--- |
|
| :--- | :--- | :--- |
|
||||||
| `1#Text1#` bis `6#Text6#` | **Überschrift (H1 bis H6)** | Text kann direkt in der Zeile weiterfliessen. |
|
| `1#Text1#` bis `6#Text6#` | **Überschrift (H1 bis H6)** | Text kann direkt in der Zeile weiterfliessen. |
|
||||||
| `1#xText1#x` bis `6#xText6#x` | **Überschrift (H1 bis H6) mit automatischer Nummerierung** | Text kann direkt in der Zeile weiterfliessen. |
|
| `1x#Text1x#` bis `6x#Text6x#` | **Überschrift (H1 bis H6) mit automatischer Nummerierung** | Text kann direkt in der Zeile weiterfliessen. |
|
||||||
| `1#-Text1#-` bis `6#-Text6#-` | **Überschrift (H1 bis H6) werden nicht im TOC aufgenommen** | Text kann direkt in der Zeile weiterfliessen. |
|
| `1-#Text1-#` bis `6-#Text6-#` | **Überschrift (H1 bis H6) werden nicht im TOC aufgenommen** | 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`) |
|
| `**Text**` | **Fett (Bold)** | Starke Betonung (`font-weight: 700`) |
|
||||||
| `/Text/` | *Kursiv* | Leichte Betonung / Zitate im Text. |
|
| `/Text/` | *Kursiv* | Leichte Betonung / Zitate im Text. |
|
||||||
|
|
@ -56,8 +56,6 @@ Die Positionierung und Ausrichtung von Fliesstext wird einheitlich über das Bas
|
||||||
* `>r Rechts bündig>` → Richtet den Text **rechtsbündig** (*right*) aus.
|
* `>r Rechts bündig>` → Richtet den Text **rechtsbündig** (*right*) aus.
|
||||||
* `>c Zentriert>` → Richtet den Text **zentriert** (*center*) aus.
|
* `>c Zentriert>` → Richtet den Text **zentriert** (*center*) aus.
|
||||||
* `>j Blocksatz>` → Richtet den Text im **Blocksatz** (*justified*) aus.
|
* `>j Blocksatz>` → Richtet den Text im **Blocksatz** (*justified*) aus.
|
||||||
* `>t Eingerückt>` → Rückt den umschlossenen Text **1x ein** (*tab*).
|
|
||||||
* `>tt Doppelt eingerückt>` → Rückt den umschlossenen Text **2x ein** (*double tab*).
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -89,10 +87,12 @@ Zweiter nummerierter Punkt
|
||||||
|
|
||||||
*Ergebnis: Nummerierte Liste (1., 2., ...).*
|
*Ergebnis: Nummerierte Liste (1., 2., ...).*
|
||||||
|
|
||||||
### Kompakte Block-Übersicht (`&c`, `&q`, `&b`, `&f` , `&i`, `&toc`)
|
### Kompakte Block-Übersicht (`&>`, `&>>`, `&c`, `&q`, `&b`, `&f` , `&i`, `&toc`)
|
||||||
|
|
||||||
| Block-Typ | Kurzbeschreibung & Syntax-Beispiel |
|
| Block-Typ | Kurzbeschreibung & Syntax-Beispiel |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
|
| **Code (`&t`)** | `&t` <br> `Rückt den umschlossenen Text **1x ein** (*tab*).` <br> `&` |
|
||||||
|
| **Code (`&tt`)** | `&tt` <br> `Rückt den umschlossenen Text **2x ein** (*double tab*).` <br> `&` |
|
||||||
| **Code (`&c`)** | `&c python` <br> `print("Fluss-Formatierungen werden hier ignoriert")` <br> `&` |
|
| **Code (`&c`)** | `&c python` <br> `print("Fluss-Formatierungen werden hier ignoriert")` <br> `&` |
|
||||||
| **Zitat (`&q`)** | `&q` <br> „Dies ist ein eigenständiger **Zitatblock** (Blockquote).“ <br> `&` |
|
| **Zitat (`&q`)** | `&q` <br> „Dies ist ein eigenständiger **Zitatblock** (Blockquote).“ <br> `&` |
|
||||||
| **Bibeltext (`&b`)** | `&b` <br> „Ein spezialisierter Textblock für Bibelstellen.“ <br> `&` |
|
| **Bibeltext (`&b`)** | `&b` <br> „Ein spezialisierter Textblock für Bibelstellen.“ <br> `&` |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue