docs(flowchart): disable image shape preview

This commit is contained in:
kimulaco
2025-05-18 08:41:07 +09:00
parent 6f5d889f19
commit e6be1e9202
2 changed files with 1 additions and 6 deletions

View File

@@ -969,12 +969,7 @@ flowchart TD
You can use the `image` shape to include an image in your flowchart. The syntax for defining an image shape is as follows:
```mermaid-example
flowchart TD
A@{ img: "https://example.com/image.png", label: "Image Label", pos: "t", w: 60, h: 60, constraint: "off" }
```
```mermaid
flowchart TD
A@{ img: "https://example.com/image.png", label: "Image Label", pos: "t", w: 60, h: 60, constraint: "off" }
```