Mermaid Integration
5 sites
Security covered
This module adds the Mermaid JS library to your Drupal site, allowing you to render diagrams and flowcharts directly within your content using a simple text filter. It supports entity relationship diagrams and flowcharts generated via GraphAPI.
The Mermaid Integration module is used to provide your Drupal site with the Mermaid JS library. For more information on what Mermaid is, visit the links to the Github project and documentation, in the "Resources" block.
This module implements the following functionality:
- Provides Mermaid JS as a Drupal library
- A text filter (renders Mermaid syntax within
[mermaid]...[/mermaid]blocks.) - GraphAPI integration to generate:
- Entity relationship diagrams (
erDiagram) - Flowcharts (
flowchart)
This module is compatible with Drupal 9 and 10.