mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
15 lines
281 B
Markdown
15 lines
281 B
Markdown
### 三级标题
|
|
|
|
这是 foo.snippet.md 文件中的内容。
|
|
|
|
:::info
|
|
提示容器包括的内容
|
|
:::
|
|
|
|
<!-- region snippet -->
|
|
这里是被 `<!-- region snippet -->` 包裹的内容。
|
|
|
|
通过 `<!-- @include: ./foo.snippet.md#snippet -->` 来引入。
|
|
|
|
<!-- endregion snippet -->
|