Headline1

See Markdown-Cheatsheet for more information.

WYSIWYG: editor.md

Github Test

Code

`some code (one liner)`
```bash
#!/bin/bash
some
lines of
code
```

or

    4 spaces at the begining for a codeblock.
  1. foo

     8 spaces for a codeblock in a listing
    
  2. bar

List

  1. one
  2. two
  3. three
    • dot 1
    • dot 2
  4. six

Emphasis

Markdown applications don’t agree on how to handle underscores in the middle of a word. For compatibility, use asterisks to bold and italicize the middle of a word for emphasis.

Don't do this: Love__is__bold

Do this: Love**is**bold

Italics with asterisks or underscores.

Bold with asterisks or underscores.

Italics and bold combined with asterisks and underscores.

Strikethrough uses two tildes. Scratch this.

Images

image attribut alt

foobar