My First Post
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!")
This is my first blog post. You can write in markdown which means:
def hello():
print("Hello, world!")