Test post

Hannes Karppila

Post for testing blogen capabilities.

Image

Public domain logo: alt text

An h1 header

Italic, bold, strikethrough and monospace.

Bullet list:

Numbered list:

  1. one
  2. two
  3. three

An h2 header

Code sample:

# Let me re-iterate ...
for i in 1 .. 10 { do-something(i) }

Fenced:

define foobar() {
    print "Example string";
}

Highlighting:

import time
for i in range(10):
    time.sleep(0.5)
    print(i)

Backticks:

import time
for i in range(10):
    time.sleep(0.5)
    print(i)

An h3 header

Now a nested list:

  1. First

    • First.First
    • First.Second
  2. Second

  3. Third, and some inline code:

    line 1
    line 2
    lint 3
    
    

    And back to normal

Footnote 1.

Table:

key value name
a 3.14 pi
b 6.28 tau

Horizontal rule:


End of test document

  1. Some footnote text.