Video 2: Paragraphs and Text decorations
- Empty lines separate paragraphs
- double sth is bold single sth is italic.
- combination
Stirke through
Video 3: Headings
- With hashes #: H1, ##: H2 etc.
Video 4: Links
Video 5: Images
("This is a tool tip.")

Videos 6: Lists
- a
- b
c
New
- Kid
On The
This is inline

Block
Video 7: Line breaks, Horizontal Rules and Block Quotes
Take on me.
Take me on.
I'll be yours.
===
Every Month is nice. - Tomi Cvetic
Many spaces.
One space
Video 8: Code Blocks
Here is my code:
var x = 100;
const y = 'string'
import * from re
for i in range(30):
print i
Did you mean var de = 16
?
var x = 100;
- var y = 20000;
+ var y = 200;
Video 9: Tables
Videos 10:
Found a bug! #1. from @bebeco