more of less

← Back

Example Markdown Showcase

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

  1. First item
  2. Second item
  3. 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

Wide placeholder

Square placeholder

Escaping Characters

*This text is surrounded by literal asterisks*.

Back to home