astro.theme@example.com (206) 555-0100
Astro Theme: International

Welcome to My Blog!

Hello and welcome to my new blog. In this first post, I want to show you how versatile Markdown can be. Check out the different formatting options!

Headings

In Markdown, you can easily create headings. Here is an example of different levels:

H1 Heading

H2 Heading

H3 Heading

H4 Heading

H5 Heading
H6 Heading

Text Formatting

Markdown supports various text formatting options:

  • Bold: this text is bold
  • Italic: this text is italic
  • Strikethrough: this text is strikethrough
  • Combined: this text is bold and italic

Lists

There are numbered and unnumbered lists:

Unnumbered List

  • Item 1
  • Item 2
    • Subitem 1
    • Subitem 2

Numbered List

  1. First item
  2. Second item
    1. Subitem 1
    2. Subitem 2

Markdown makes it easy to insert links and images.

Visit GitHub

Images

Markdown Logo

Blockquotes

To highlight quotes, you can use the greater-than symbol (>):

This is a quote. It looks great and draws attention to important points.

Code

Markdown also supports code representation. Here is an example:

Inline Code

For inline code use backticks.

Code Block

For longer code blocks use three backticks:

Example Ltd. · Version 0.2.11