Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Markdown ContainerNew to Visual Studio Code? Get it now.
Markdown Container

Markdown Container

Yu Zhang

|
1,492 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Adds markdown-it-container support to VS Code.

Input

::: tip
This is a _tip_
:::

::: details
This is a details block
:::

Output

This is a tip

Details

This is a details block

Output (HTML)

<div class="tip">
<p>This is a <em>tip</em></p>
</div>

<details>
<summary>Details</summary>

<p>This is a details block</p>

</details>

More

Vuepress Custom Containers

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft