Markdown cheatsheet

Markdown is a lightweight markup language with plain text formatting syntax. It is designed so that it can be converted to many other formats.

# Heading

## Sub-heading

### Sub-Sub heading

Paragraphs are separated by a blank line.
This is still in the same paragraph.

Two spaces at the end of a line  
leave a line break.

_italic_, *italic*

__bold__, **bold**

`monospace`

~~strikethrough~~

Horizontal rule:

---

Bullet list:

* coffee
* tea
* mate

- applecrumble
- cheesecake
- Linzerschnitten

A [link](https://feldspaten.org)