Skip to content
文章摘要

hello

vitepress-markdown 特性vitepress-markdown 特性

表格

TablesAreCool
col 3 isright-aligned$1600
col 2 iscentered$12
zebra stripesare neat$1

提示

::: tip
This is a tip
:::

::: warning
This is a warning
:::

::: danger what??
This is a dangerous warning
:::

TIP

This is a tip

WARNING

This is a warning

what??

This is a dangerous warning

代码高亮

js
export default {
  name: 'MyComponent',
  // ...
}

emoji表情

markdown
:tada: :100:

🎉 💯

规范与建议

便于效果一致,目前发现页面标题从 ## h2 开始使用可以获得最佳展示效果

生产环境的文档

  • 上线目前为手动上线 以后可能搞成自动
  • 本地全写完也是可以的

玩转侧边栏 以后再写吧