mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
Fix docs
This commit is contained in:
@@ -224,7 +224,7 @@ Default value: true
|
|||||||
Decides which rendering engine that is to be used for the rendering. Legal values are:
|
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
|
dagre-d3 dagre-wrapper - wrapper for dagre implemented in mermaid
|
||||||
|
|
||||||
Default value: 'dagre-d3'
|
Default value: 'dagre-wrapper'
|
||||||
|
|
||||||
## sequence
|
## sequence
|
||||||
|
|
||||||
@@ -367,7 +367,8 @@ Default value: true
|
|||||||
|
|
||||||
**Notes:**
|
**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
|
Default value: false
|
||||||
|
|
||||||
@@ -719,7 +720,8 @@ Default value: true
|
|||||||
|
|
||||||
**Notes:**
|
**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
|
Default value: false
|
||||||
|
|
||||||
|
@@ -24,7 +24,7 @@
|
|||||||
<script src="//cdn.jsdelivr.net/npm/mermaid@9.1.7/dist/mermaid.min.js"></script>
|
<script src="//cdn.jsdelivr.net/npm/mermaid@9.1.7/dist/mermaid.min.js"></script>
|
||||||
<!-- <script src="http://localhost:9000/mermaid.js"></script> -->
|
<!-- <script src="http://localhost:9000/mermaid.js"></script> -->
|
||||||
<script
|
<script
|
||||||
defer
|
defer=""
|
||||||
data-domain="mermaid-js.github.io"
|
data-domain="mermaid-js.github.io"
|
||||||
src="https://plausible.io/js/plausible.js"
|
src="https://plausible.io/js/plausible.js"
|
||||||
></script>
|
></script>
|
||||||
|
@@ -222,7 +222,7 @@ Default value: true
|
|||||||
Decides which rendering engine that is to be used for the rendering. Legal values are:
|
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
|
dagre-d3 dagre-wrapper - wrapper for dagre implemented in mermaid
|
||||||
|
|
||||||
Default value: 'dagre-d3'
|
Default value: 'dagre-wrapper'
|
||||||
|
|
||||||
## sequence
|
## sequence
|
||||||
|
|
||||||
@@ -365,7 +365,8 @@ Default value: true
|
|||||||
|
|
||||||
**Notes:**
|
**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
|
Default value: false
|
||||||
|
|
||||||
@@ -717,7 +718,8 @@ Default value: true
|
|||||||
|
|
||||||
**Notes:**
|
**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
|
Default value: false
|
||||||
|
|
||||||
|
@@ -21,22 +21,13 @@
|
|||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css"
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css"
|
||||||
/>
|
/>
|
||||||
<script src="//cdn.jsdelivr.net/npm/mermaid@9.1.6/dist/mermaid.min.js"></script>
|
<script src="//cdn.jsdelivr.net/npm/mermaid@9.1.7/dist/mermaid.min.js"></script>
|
||||||
<!-- <script src="http://localhost:9000/mermaid.js"></script> -->
|
<!-- <script src="http://localhost:9000/mermaid.js"></script> -->
|
||||||
<script>
|
<script
|
||||||
// prettier-ignore
|
defer
|
||||||
(function (i, s, o, g, r, a, m) {
|
data-domain="mermaid-js.github.io"
|
||||||
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
|
src="https://plausible.io/js/plausible.js"
|
||||||
(i[r].q = i[r].q || []).push(arguments)
|
></script>
|
||||||
}, i[r].l = 1 * new Date(); a = s.createElement(o),
|
|
||||||
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
|
|
||||||
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
|
|
||||||
|
|
||||||
ga('create', 'UA-153180559-1', 'auto');
|
|
||||||
if (location) {
|
|
||||||
ga('send', 'pageview', location.hash);
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
<script>
|
<script>
|
||||||
var require = {
|
var require = {
|
||||||
paths: { vs: 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.29.1/min/vs' },
|
paths: { vs: 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.29.1/min/vs' },
|
||||||
|
Reference in New Issue
Block a user