Markup languages
Philipp Fruck & Pius Walter
Markdown
# This is a heading
The amount of # increases or decreases the size of the heading
## This is a smaller heading
- Lists start with a `-`
- And they can be indented
* You can also start them with `*`
1. Numbered lists start with digits
2. You don't even have to sort them yourself!
2. Except when your markdown is noncompliant, such as this presentation ;)
——————————————————————————————————————————————————————————————————————————————————————————————
██ This is a heading
The amount of # increases or decreases the size of the heading 2 / 4
Typst
$f(x) = x + 1$
——————————————————————————————————————————————————————————————————————————————————————————————
3 / 4
LaTeX
\[ \sum_{n=1}^{\infty} 2^{-n} = 1 \]
——————————————————————————————————————————————————————————————————————————————————————————————
4 / 4