Post for testing blogen capabilities.
Image
Public domain logo:
An h1 header
Italic, bold, strikethrough and monospace
.
Bullet list:
- one
- two
- three
Numbered list:
- one
- two
- 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:
First
- First.First
- First.Second
Second
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
Some footnote text.↩