Skip to content

Markdown Examples

Headings

H1

H2

H3

H4

H5
H6

Emphasis

bold text

italicized text

bold and italic

Lists

Unordered List

  • First item
  • Second item
  • Third item

Ordered List

  1. First item
  2. Second item
  3. Third item

Code Blocks

javascript
export default {
  name: 'MyComponent',
  setup() {
    return {}
  }
}

VitePress

Images

VitePress Logo

Blockquotes

This is a blockquote with multiple lines