dsh-mermaid
Render Mermaid code blocks in DeepSeek Harness with a diagram/code toggle.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MrmoLabs/dsh-mermaid说明文档
阅读完整 README ↗Usage
Ask a model to output a Mermaid fenced code block:
```mermaid
flowchart LR
A[Code] --> B[Diagram]
```
The code block receives Diagram / Code controls and opens in diagram view by default.