### This is an example file header
#section1 This is the first section
This section has an ID and will occur at the navigation bar at the top.
You can write as many lines as you want...
simple line breaks will be ignored

but one empty line will create a line break in the output.
	
# Formats and Code
This section does not have an ID and thus will not appear in the navigation bar.
However, here you will find _italics_, __bold__ and ___italics+bold___ text.
You can also have `inline code blocks`.

> If there are more lines of code
>         use the code block
>   with verbose text output
>                                                  ..,-

-----
#section3 Tables and Lists
Note the horizontal line before this section with nav links to the
top of the page and the index file.


| This |< section |> contains | a | table |
|< with |   | some | |< content |
| |> . | |  | 

Alignment: `| |` centers the column, `|> |`
aligns the content to the right and `|< |` to the left. If your header line ends
with a `|` all rows need to as well. 

* And a
* small
	* nested
	* list

1. you can
2. mix
	* ordered
	* and
3. unordered lists

-----
#section4 Images and Links

You can add images in their default size or define their size in any unit.

!../img/star.svg,This is a star with the default svg.
!../img/star.svg,40%,auto,This is a star with 40% width and auto height.

I will also give you a link to ![https://www.google.de](google.de)!.
