示例
main
aside
正文内容。
@property CSS at-rule是 CSS Houdini API 的一部分,它允许开发者显式地定义他们的 CSS 自定义属性, 允许进行属性类型检查、设定默认值以及定义该自定义属性是否可以被继承。
@property 的出现,极大的增强了 CSS 的能力。
加粗:加粗文字
斜体: 斜体文字
删除文字
内容 标记
数学表达式: −(2n−1) ~ 2n−1−1
∂ωr∂r(ωyω)=(ωyω){(logy)r+∑i=1rωi(−1)Ir⋯(r−i+1)(logy)ri}
19th
H2O
内容居中
内容右对齐
| Tables | Are | Cool |
|---|---|---|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
引用内容
引用内容
Badge:
图标:
示例容器:
代码:
const a = 1
const b = 2
const c = a + b
const obj = {
toLong: {
deep: {
deep: {
deep: {
value: 'this is to long text. this is to long text. this is to long text. this is to long text.',
}
}
}
}
}代码分组:
const a = 1
const b = 2
const c = a + bconst a: number = 1
const b: number = 2
const c: number = a + b代码块高亮:
function foo() {
const a = 1
console.log(a)
const b = 2
const c = 3
console.log(a + b + c)
console.log(a + b)
}代码块聚焦:
function foo() {
const a = 1
}仅标题
这里是内容。
GFM alert:
注
note
相关信息
info
提示
tip
注意
warning
警告
caution
重要
important
选项卡:
内容区块
内容区块
注意
内容区块
内容区块
脚注:
脚注 1 链接[1]。
脚注 2 链接[2]。
行内的脚注[3] 定义。
重复的页脚定义[2:1]。
ce326-feat(plugin-md-power): rename demo-wrapper container to window (#858)于 4d236-feat(theme)!: add collections support (#704)于 614d7-docs: add layout-slots example (#560)于 9dd5a-chore(cli): update template于 a9f6b-feat(plugin-md-power): add demo syntax (#415)于 74079-feat: add create-vuepress-theme-plume package (#153)于 7832a-feat(theme): remove frontmatter.author, and improve frontmatter.contributors type于 822d8-docs: lint fix md于 ca097-docs: lint fix于 207ef-docs: 删除旧文档于 c37b1-feat(plugin-shikiji): 使用 floating-vue 实现 twoslash 模态框于 55416-feat: add highlight word于 0f8ac-feat: update demo-wrapper container于 7b946-feat: add demo-wrapper container support于 d0fdf-feat: (试验性)代码高亮支持 twoslash于 5a96b-chore: add stylelint support于 c4d9a-style: lint fix于 d32cd-docs: update docs于 5a74a-perf: 优化搜索、内容容器内代码块 UI于 f01cf-perf: 优化 搜索框 UI于 a2039-chore: update docs config于 37d0b-docs: update example于