Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 463 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 463 Bytes

VSCode Markdown Mermaid

⚠️Warning⚠️ This extension depends on an experimental vscode API that is subject to change or removal.

Demonstrates how VSCode's builtin Markdown preview can be extended by other extensions. This extension adds mermaid diagram support

Enabling

  1. Using a VSCode insiders from March 24th+
  2. Install the VSIX for this extension
  3. Add the setting "markdown.enableExperimentalExtensionApi": true to your workspace.