Hello!

This is the first post. It will be used to check if everything looks properly.

First of all: text.

This is Header 1

This is the text below Header 1.

This is Header 2

This is the text below Header 2.

This is Header 3

This is the text below Header 3.

Blockquotes are very handy in email to emulate reply text. This line is part of the same quote.

  1. First ordered list item
  2. Another item β‹…β‹…* Unordered sub-list.
  3. Actual numbers don’t matter, just that it’s a number β‹…β‹…1. Ordered sub-list
  4. And another item.

Inline code has back-ticks around it.

Example code snippet:

func print(what: String, to name: String) {
  print("\(what), \(name)!")
}

print(what: "Hi", to: "Stefan")

#=> prints "Hi, Stefan!" to STDOUT.

Example link: albinek.com