My First Test Article
This is a test article written to verify the Pelican blog setup is functioning correctly.
Markdown Formatting Test¶
Let's test some basic markdown formatting:
- Bullet point one
- Bullet point two
-
Bullet point three
-
Numbered item one
- Numbered item two
- Numbered item three
Code Block Example¶
Here's a simple Python code block:
def hello_world():
print("Hello, Pelican!")
return True
if __name__ == "__main__":
hello_world()
Links and Emphasis¶
You can find more information about Pelican on their website. This is italic text and this is bold text.
Conclusion¶
This test article confirms that the blog is working properly with proper markdown rendering and metadata handling.