Describe the bug
1.10.1 dev version updates mermaid to 11.3. However since 11.0 Mermaid no longer embeds elkjs (see https://github.com/mermaid-js/mermaid/releases/tag/v11.0.0 release notes) and sites/apps must install @mermaid-js/layout-elk see mermaid-js/mermaid#5049
To Reproduce
Steps to reproduce the behavior:
- Use
flowchart-elk on stable 1.9
- Observe
flowchart-elk it gives different results than flowchart
- Update to 1.10.2 dev version
- Observe that
flowchart-elk looks exactly the same as flowchart using default Dagre engine
Expected behavior

Screenshots / Screencasts
What is see in 1.10.2-dev:

Sample Markdown File
~~~mermaid
flowchart-elk TB
A --> B((What))
A --> C
A --> D
~~~
Desktop (please complete the following information):
Typora Version
1.10.2-dev (7283) Mac, 1.10.1-dev Windows (since 1.10.2 is not available for Windows)
Searched existing issues to avoid creating duplicates.
Confirmed that it can be reproduced in built-in themes without customized css.
If it only exists in 3rd party themes or css, you can still report it, but please attach the theme target or the css file. We may not "fix" it, if it is caused by 3rd party themes or css styles that we cannot support.
Searched http://support.typora.io/
Describe the bug
1.10.1 dev version updates mermaid to 11.3. However since 11.0 Mermaid no longer embeds elkjs (see https://github.com/mermaid-js/mermaid/releases/tag/v11.0.0 release notes) and sites/apps must install
@mermaid-js/layout-elksee mermaid-js/mermaid#5049To Reproduce
Steps to reproduce the behavior:
flowchart-elkon stable 1.9flowchart-elkit gives different results thanflowchartflowchart-elklooks exactly the same asflowchartusing default Dagre engineExpected behavior

Screenshots / Screencasts

What is see in 1.10.2-dev:
Sample Markdown File
Desktop (please complete the following information):
Typora Version
1.10.2-dev (7283) Mac, 1.10.1-dev Windows (since 1.10.2 is not available for Windows)