Skip to content

Updates mermaid to 10.1.0

John Skarbek requested to merge jts/update-mermaid into master

What does this MR do and why?

Closes: #393811 (closed)

Screenshots or screen recordings

Mermaid version 10 brings in the new "mindmap" feature. As found in the review app, we can now create this!

image

As this is an MR on .com, which does not yet contain this update, we receive a render failure:


mindmap
  root((Top of Mind)) 
    branch1
        twig1
            leaf
        twig2
    branch2
Example Code
mindmap
  root((Top of Mind)) 
    branch1
        twig1
            leaf
        twig2
    branch2

Test Samples:

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by John Skarbek

Merge request reports