Heading 1

This is cool, let's try something else.

How about some bold text and then some italics just for fun?

Heading 2

Good, it looks nice. Font needs some improvement like SF or OpenSans. Myriad is the latest used by Apple and it looks damn cool.

Heading 3

How about some code?

`

let a = 1 let b = 2

let c = a + b print("C is: ", c)

`

Ok, test passed. Live long and prosper.