mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-25 18:30:10 +02:00
Merge branch 'develop' into sidv/esbuild
* develop: Fix docs
This commit is contained in:
@@ -221,7 +221,7 @@ Default value: true
|
||||
Decides which rendering engine that is to be used for the rendering. Legal values are:
|
||||
dagre-d3 dagre-wrapper - wrapper for dagre implemented in mermaid
|
||||
|
||||
Default value: 'dagre-d3'
|
||||
Default value: 'dagre-wrapper'
|
||||
|
||||
## sequence
|
||||
|
||||
@@ -364,7 +364,8 @@ Default value: true
|
||||
|
||||
**Notes:**
|
||||
|
||||
This will display arrows that start and begin at the same node as right angles, rather than a curve
|
||||
This will display arrows that start and begin at the same node as right angles, rather than a
|
||||
curve
|
||||
|
||||
Default value: false
|
||||
|
||||
@@ -716,7 +717,8 @@ Default value: true
|
||||
|
||||
**Notes:**
|
||||
|
||||
This will display arrows that start and begin at the same node as right angles, rather than a curves
|
||||
This will display arrows that start and begin at the same node as right angles, rather than a
|
||||
curves
|
||||
|
||||
Default value: false
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
<script src="//cdn.jsdelivr.net/npm/mermaid@9.1.7/dist/mermaid.min.js"></script>
|
||||
<!-- <script src="http://localhost:9000/mermaid.js"></script> -->
|
||||
<script
|
||||
defer
|
||||
defer=""
|
||||
data-domain="mermaid-js.github.io"
|
||||
src="https://plausible.io/js/plausible.js"
|
||||
></script>
|
||||
|
Reference in New Issue
Block a user