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 -->
|