Hello VuePress

aaa

a

bbb

サイト

An image

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

Home

foo

cc

🎉 💯

[[toc]]

::: tip This is a tip :::

::: warning This is a warning :::

::: danger This is a dangerous warning :::

::: danger STOP Danger zone, do not proceed :::

export default {
  name: 'MyComponent',
  // ...
}
<ul>
  <li
    v-for="todo in todos"
    :key="todo.id"
  >
    {{ todo.text }}
  </li>
</ul>
export default {
  data () {
    return {
      msg: 'Highlighted!'
    }
  }
}

{{ i }}

{{ $page }}

::: v-pre {{ This will be displayed as-is }} :::

text

text <Tag/>