mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
15 lines
296 B
Markdown
15 lines
296 B
Markdown
### Level 3 Heading
|
|
|
|
This is the content of the `foo.snippet.md` file.
|
|
|
|
:::info
|
|
Content of the info container
|
|
:::
|
|
|
|
<!-- region snippet -->
|
|
This is the content wrapped by `<!-- region snippet -->`.
|
|
|
|
It can be imported via `<!-- @include: ./foo.snippet.md#snippet -->`.
|
|
|
|
<!-- endregion snippet -->
|