About This Site
Welcome to my blog! Here's a demonstration of various styled elements:
Text and Lists
Here's a regular paragraph with bold and italic text.
- First list item
- Second list item
- Third list item
blah blah
- Numbered item one
- Numbered item two
Code Examples
Here's some inline code
and a code block:
def hello_world():
print("Hello, World!")
Blockquote
This is a blockquote that should have our styling. It can span multiple lines.
Table
Header 1 | Header 2 |
---|---|
Cell 1 | Cell 2 |
Cell 3 | Cell 4 |