Nützliche Schnipsel.

Zeilen hervorheben, Text hervorheben: https://quartz.jzhao.xyz/features/syntax-highlighting

import std;
 
int main()
{
	std::println("Hallo");
}

Callout:

Aufgabe

TODO

Mehrzeilige Tabellen mit HTML <br/>:

dtengl
oben
unten
high
low

Mermaid-Diagramm?

sequenceDiagram
    Alice->>+John: Hello John, how are you?
    Alice->>+John: John, can you hear me?
    John-->>-Alice: Hi Alice, I can hear you!
    John-->>-Alice: I feel great!