Back openDesk Edu for a sovereign, open-source education — every vote counts.
Vote nowSave products you love by clicking the heart icon.
SOGo6-dockerized hat einen Meilenstein erreicht: Die gesamte CI-Pipeline ist grün, über 8.500 automatisierte Tests laufen, und drei fehlende Features (ICS-Export, öffentliche Kalender-Abos, RE:/FWD-Betreffpräfixe) sind jetzt integriert. Hier ist der Fortschrittsbericht – und wie du testen und mitwirken kannst.
Eine Kurzübersicht für Markdown und GitHub Flavored Markdown (GFM).
**bold** or **bold**
_italic_ or _italic_
~~strikethrough~~
`inline code`
**_bold and italic_**
fett oder fett
kursiv oder kursiv
durchgestrichen
inline code
fett und kursiv
# H1
## H2
### H3
#### H4
##### H5
###### H6
[link text](https://example.com)
[link with title](https://example.com "Title")
[relative link](../other-file.md)



Link-Text
> Single line quote
>
> > Nested quote
>
> **Formatted** text inside a quote
Einzeiliges Zitat
Verschachteltes Zitat
Formatierter Text innerhalb eines Zitats
- Item
- Item
- Nested item
- Nested item
- Deeply nested
* Also works with asterisks
- And plus signs
1. First
2. Second
3. Third
1. Nested (indented)
2. Still nested
1. Step one
- Sub-point
- Another sub-point
2. Step two
> A note about step two
3. Step three
Eine Anmerkung zu Schritt zwei
- [x] Completed task
- [x] Another completed task
- [ ] Pending task
- [ ] Blocked task
```python
def greet(name: str) -> str:
return f"Hello, {name}!"
print(greet("World"))
```
def greet(name: str) -> str:
return f"Hello, {name}!"
print(greet("World"))
Use `npm install` to install dependencies.
Verwenden Sie npm install, um Abhängigkeiten zu installieren.
| Sprache | Identifier |
|---|---|
| JavaScript | js oder javascript |
| TypeScript | ts oder typescript |
| Python | python oder py |
| Bash | bash oder sh |
| YAML | yaml oder yml |
| JSON | json |
| SQL | sql |
| CSS | css |
| HTML | html |
| Dockerfile | dockerfile |
| Header 1 | Header 2 | Header 3 |
| -------- | -------- | -------- |
| Cell 1 | Cell 2 | Cell 3 |
| Cell 4 | Cell 5 | Cell 6 |
| Left-aligned | Center-aligned | Right-aligned |
| :----------- | :------------: | ------------: |
| Left | Center | Right |
| L | C | R |
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Zelle 1 | Zelle 2 | Zelle 3 |
| Zelle 4 | Zelle 5 | Zelle 6 |
| Linksbündig | Zentriert | Rechtsbündig |
|---|---|---|
| Links | Zentrum | Rechts |
| L | Z | R |
---
---
---
\*not italic\*
\# not a heading
\[not a link\]
\`not code\`
*nicht kursiv*
Press Ctrl + C to copy.
Press Alt + F4 to close.
Drücken Sie Ctrl + C zum Kopieren. Drücken Sie Alt + F4 zum Schließen.
<https://example.com>
<user@example.com>
:thumbsup: :rocket: :warning: :check_mark:
:thumbsup: :rocket: :warning: :check_mark:
Inline: $E = mc^2$
Block:
$$
\sum_{i=1}^{n} i = \frac{n(n+1)}{2}
$$
Inline:
Block:
Die meisten Markdown-Prozessoren erlauben inline HTML. Details, hochgestellte Zeichen, tiefgestellte Zeichen, Zeilenumbrüche und zentrierte Divs funktionieren in kompatiblen Prozessoren.