🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@docmd/plugin-mermaid

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@docmd/plugin-mermaid

Mermaid diagram support plugin for docmd.

latest
Source
npmnpm
Version
0.7.9
Version published
Weekly downloads
5.1K
-29.67%
Maintainers
1
Weekly downloads
 
Created
Source

@docmd/plugin-mermaid

Adds Mermaid.js diagram support to your docmd site - write flowcharts, sequence diagrams, and more directly in Markdown using a standard code fence. Bundled with @docmd/core.

```mermaid
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
```

Part of the docmd documentation engine.

Documentation

See docs.docmd.io for full usage and API reference.

License

MIT

Keywords

docmd

FAQs

Package last updated on 07 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts