processon_render_mermaid
Turn Mermaid source code into an editable ProcessOn diagram. Provide the complete Mermaid definition to get a preview image and an editable link for further iteration.
Instructions
Render a Mermaid definition YOU wrote into an editable ProcessOn diagram.
This is the "edit → render" step of LLM-led diagramming. Give it the full Mermaid source code (your own, or refined from processon_design_diagram). ProcessOn renders it verbatim into a professional, editable online diagram and returns a preview image + an editable link.
The LLM fully owns the diagram content here — iterate the Mermaid text and call this again to get the next version. Supports the same shapes as Mermaid: flowcharts, architecture / network deployment, mindmaps, sequence, ER, class, timeline, C4, etc.
Args:
mermaid_code: The complete Mermaid source (e.g. starts with
graph TD, mindmap, sequenceDiagram, erDiagram).
title: Optional diagram title.
diagram_type: Optional shape hint, e.g. "flowchart", "mindmap",
"sequence", "er", "architecture", "network-deployment".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| diagram_type | No | ||
| mermaid_code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |