Obsidian plugin that renders Azure DevOps-style :::mermaid blocks by converting them into regular Mermaid code fences for Obsidian's renderer.
:::mermaid
graph TD
A --> B
:::
The block above renders exactly like a standard ```mermaid fence in preview and reading mode.
- Install dependencies:
npm install - Dev build with watch:
npm run dev - Production build:
npm run build - Copy
manifest.json,main.js, and (if present)styles.cssinto your vault's.obsidian/plugins/azure-devops-mermaidfolder and reload plugins.
- Only blocks that start with
:::mermaidand end with:::are transformed. - Blocks must close with at least the same number of colons used to open them.