Blog

Markdown

Markdown is a simple way to format text with the use of special characters:

*Italic*
**Bold**

You can also create headings:

# Heading
## Heading (second level)
### Heading (third level)

Ordered and unordered lists:

1. Keyword
2. Another keyword
3. A last keyword
* Keyword
* Another keyword
* A last keyword

If you paste a web address it will be automatically converted into a clickable link. You can optionally adjust the text displayed:

[Text displayed](https://www.ep-3.de/)

If you have the URL of an image, you can display it like so:

![](https://www.ep-3.de/image.jpg)