See Markdown-Cheatsheet for more information.
WYSIWYG: editor.md
`some code (one liner)`
```bash
#!/bin/bash
some
lines of
code
```
or
4 spaces at the begining for a codeblock.
-
foo
8 spaces for a codeblock in a listing
-
bar
- one
- two
- three
- dot 1
- dot 2
- six
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.