stable
Clone or download
Read-only
fix: request #40095 mermaid: 10.8.0 -> 11.3.0
No functional change expected on mermaid diagrams. More diagram types are now available: Block diagram, Architecture diagram, Packet diagram, etc. How to test? - Browse an artifact with a text field (or in a follow-up comment). Set the format to Markdown. Write a Mermaid diagram (see [0]) in a code-block: ```mermaid <diagram> ``` - When you Preview or save, the diagram should be interpreted, you should see an SVG image. You can click in this image to zoom it, and pan it with your mouse pointer. [0] https://mermaid.js.org/intro/ Change-Id: I071a6a6e8c1c74ac6a01f416a87592e749e05ccb
Modified Files
Name | ||||
---|---|---|---|---|
M | src/scripts/mermaid-diagram-element/package.json | +1 | −1 | Go to diff View file |
M | src/scripts/mermaid-diagram-element/pnpm-lock.yaml | +248 | −315 | Go to diff View file |
M | src/scripts/mermaid-diagram-element/src/mermaid-diagram-element.test.ts | +1 | −1 | Go to diff View file |