mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-25 11:28:13 +08:00
* docs: add markdown-basic en * docs: add markdown-extensions en * docs: add markdown-icons en * docs: add markdown-mark en , change file structure * docs: update usage * docs: add to markdown-caniuse en * docs: add en docs markdown - import files * docs: add en docs markdown - collapse * chore: fix package lock file --------- Co-authored-by: pengzhanbo <volodymyr@foxmail.com>
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 -->
|