This file shows how the site looks with common Markdown elements rendered by Python Markdown.
Paragraphs and Line Breaks
This is the first line and this is the second line in the same paragraph.
This is a new paragraph after a blank line.
Emphasis
Use bold text, italic text, and bold italic text for emphasis.
Blockquote
Simplicity is the final achievement.
— Frederic Chopin
Ordered List
- First item
- Second item
- Third item
Unordered List
- Apple
- Bread
- Coffee
Code
Use python generate_blog.py to build the site.
body {
font-family: serif;
}
Horizontal Rule
Link
Visit Example Domain for a simple external link.
Images
Escaping Characters
*This text is surrounded by literal asterisks*.