這是第一篇,毫無意義的嘗試語法而已。
# H2 🎉
# H3
# H4
# H5
# H6
{
"comment": {
"enabled": false,
"service": ""
},
"email": {
"enabled": false
},
"feed": {
"rss": true,
"atom": false,
"json": true
}
}
v-b95b09f4
一加一等于: 2
- [ ] TODO
- [x] YEEEEEE
span: 1 span: 2 span: 3
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
import type { UserConfig } from '@vuepress/cli'
export const config: UserConfig = {
title: '你好, VuePress',
themeConfig: {
logo: 'https://vuejs.org/images/logo.png',
},
}
<!-- 默认情况下,这里会被保持原样 -->
1 + 2 + 3 = {{ 1 + 2 + 3 }}
// 由于 JS 代码高亮,这里不会被正确编译
const onePlusTwoPlusThree = {{ 1 + 2 + 3 }}
0.01