7
sandbox
Sven Augustin edited this page 2025-06-12 15:35:16 +02:00
The syntax is markdown (like on Slack, github, etc.), which is designed to be fairly easy to use.
There's another page!
And an example.
This is bold or italic or striked out ✌️ (and an emoji 😲)
and this is a quote
Inline code: print("maloja is great!")
and with syntax highlighting:
print("maloja is great!")
Some attached file: hello.py
Inline math: a^2+b^2=c^2
.
and as standalone
a^2+b^2=c^2
- Bullet
- lists
- are
- best!
- Numbered
- lists
- are
- even
- better!!
- But
- task
- lists
- even
- nested
- ones
- are
- just
- magical
who | doesn't | love | tables? |
---|---|---|---|
well | I | do | not 🙊 |
cell | cell | cell | cell |
Diagrams defined right here? ✔️
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
You can add linked footnotes to your text like this 1 .
-
This is my awesome footnote. ↩︎