Headings
# H1
## H2
### H3
Horizontal rule
---
Bold & Italic
**fat** italics
Quote
> This is a quote.
Links
[Title](https://example.com "optional")
Code
`inline code`
```js
console.log("block code");
```
Listen
- Item 1
- Item 2
1. First
2. Second
Pictures
{{< figure src="images/datei.webp" alt="Alt" caption="Caption" >}}
Videos
{{< video src="images/basename" preload="auto" >}}
⚡ Keyboard shortcuts
Strg/⌘ + B – Bold
Strg/⌘ + I – Italic
Strg/⌘ + K – Link
Strg/⌘ + ` – Inline‑Code
Strg/⌘ + Umschalt + ` – Code‑Block
Strg/⌘ + Alt + 1 – H1
Strg/⌘ + Alt + 2 – H2
Strg/⌘ + Alt + 3 – H3
Strg/⌘ + Umschalt + 8 – Bullet list
Strg/⌘ + Umschalt + 7 – Numbered
Strg/⌘ + Umschalt + 9 – Quote
Strg/⌘ + Umschalt + – – Horizontal rule
Alt + Umschalt + I – Figure‑Shortcode
Alt + Umschalt + V – Video‑Shortcode
Strg/⌘ + Z – Undo • Strg/⌘ + Umschalt + Z (oder Strg + Y) – Redo