Hello my name is Einar and I would like to show you what Markdown can do.
You can do many things with Markdown. I have prepared some examples for you here. And I will show you how to use it in a code section.
There are some ways to format text.
This is a fat text and this is an italic text and finally you can mixed it.
A bold text you can write with: **fat text**
An italic text you can write with: *italic text*
A bold italic text you can write with: ***mix it***
There are three types of lists.
This is an unordered list:
- list item 1
- list item 2
- list item 3
- list item 4
And this is an ordered list:
- item
- item
- item
- item
And this is a mixed list:
- item 1
- item 2
- item
- item
- item
- item 3
An unordered list you can write with: - item 1 and so long
An ordered list you can write with: 1. item and so long
An mixed list you can write with:
- item 1
1. item
and so long
Finally you can get a horizontal line by using: ---
The pictue on top of the page i made with 
I hope you can use it for your projects and you enjoy it!
Have fun!
