***PRIMARY HEADING***
This is some text with _underscored words_, some *bold faced words*, and even
more text. In fact, it's also well possible to include *bold faced
words* across a line break, as well as using _underscored
words_. Both may be *_combined_* if you _*like*_, too.

Leaving a line empty between two paragraphs formats them accordingly.

**SUB HEADINGS**
Subheadings are supported, but only one level. Subheadings are enclosed with
two asterisks directly before and after the heading itself. A normal heading
uses three asterisks, and *bold face* is achieved by using single asterisks.

Five dashes after another in a single line will result in a horizontal ruler:
-----
**HYPERLINKS**
To top things off, hyperlinks are available, too, and must be enclosed in
angular brackets. A link to the [http://www.google.de Google Search Engine] is
a good example for that.  You may also link without a name, which shows the URL
directly: [http://www.google.de].

A "mailto" link to include email addresses is handled separately like this: 
Email to [mailto:herbrich@veloxis.de] or [mailto:herbrich@veloxis.de Dennis
Herbrich], respectively.

**HTML**
HTML can be used at any time, if the basic markup doesn't cut it.

**Escaping**
Right now, you can only use underscores and asterisks by including them as HTML
escapes, like this &#42; or this &#95;. Alternatively, prefix those with a
single backslash to avoid interpretation by Spatz, like \_this\_ or
\*\*this\*\*.
