This is my first blog post. You can write in markdown which means:

  • Lists are easy
  • Bold and italic text
  • Links
  • Code blocks with syntax highlighting:
def hello():
    print("Hello, world!")