Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Markdown Inline SVGNew to Visual Studio Code? Get it now.
Markdown Inline SVG

Markdown Inline SVG

saeris

|
2 installs
| (0) | Free
Inlines SVG images in VSCode's Markdown Preview.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

markdown-inline-svg

Inlines SVGs from image links.

Usage Example

![](https://github.com/saeris/markdown-inline-svg/raw/HEAD/test.svg)

becomes:

<p><svg width="..." height="..." viewBox="...">
    <!-- ... -->
</svg></p>
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft