Release Date: March 30, 2026
You can now embed and render SVG graphics directly in your Markdown! Whether it's complex diagrams, animations, or custom vector artwork, everything renders perfectly.
- Inline SVG Rendering: Paste
<svg>...</svg>code directly into your Markdown, and it automatically renders as a visual graphic — fully preserving gradients, filters, clip paths, and CSS animations. - Code Display Mode: Use
```svgcode blocks to display SVG source code with syntax highlighting, perfect for tutorials and documentation. - Perfect Fidelity: Bypasses the HTML5 parser's handling of XML namespaces (
xmlns:xlink,xlink:href) and SVG-specific attributes (clip-path,filter), ensuring the rendered output matches the original SVG exactly.
- Render SVG graphics: Paste complete SVG code (starting with
<svg>and ending with</svg>) directly in the editor — it will automatically render as a visual graphic. - Display SVG source code: Wrap your SVG code between
```svgand```to display it with syntax highlighting.






