hello, world
welcome to the garden. this is my first post.
a heading
Write whatever you want here in plain Markdown.
-
list items work
-
bold and italic work
-
codeworks
What about a code block?
for i in codeblock:
print("This is a code block")
return()