hello, world
First post. This is written in Markdown and compiled to HTML
by pandoc.
Run make to build all posts.
a heading
Some text with bold and italic and
inline code.
code example
def greet(name):
return f"hello, {name}!"
print(greet("world"))echo "it works"
make clean && makefootnote example
Here is a sentence with a footnote.1
Thatβs it. This is the footnote text.β©οΈ