mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-26 02:39:41 +02:00
lint fixes
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -235,26 +235,30 @@ ${shape.code}
|
|||||||
</template>
|
</template>
|
||||||
</tr>
|
</tr>
|
||||||
<template x-for="shape in shapes">
|
<template x-for="shape in shapes">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="vertical-header">
|
<th class="vertical-header">
|
||||||
<button class="collapsible" x-text="shape.descr">Sub-Routine shape</button>
|
<button class="collapsible" x-text="shape.descr">Sub-Routine shape</button>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="pre-scrollable">
|
<div class="pre-scrollable">
|
||||||
<pre x-text="shape.code"></pre>
|
<pre x-text="shape.code"></pre>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</th>
|
||||||
</th>
|
|
||||||
<template x-for="layout in layouts">
|
<template x-for="layout in layouts">
|
||||||
<template x-for="look in looks">
|
<template x-for="look in looks">
|
||||||
<template x-for="theme in themes">
|
<template x-for="theme in themes">
|
||||||
<td>
|
<td>
|
||||||
<pre id="diagram6" class="mermaid" x-text="generateMermaidCode(layout, look, theme, shape)"></pre>
|
<pre
|
||||||
|
id="diagram6"
|
||||||
|
class="mermaid"
|
||||||
|
x-text="generateMermaidCode(layout, look, theme, shape)"
|
||||||
|
></pre>
|
||||||
</td>
|
</td>
|
||||||
</template>
|
</template>
|
||||||
</template>
|
</template>
|
||||||
</template>
|
</template>
|
||||||
</template>
|
</tr>
|
||||||
</tr>
|
</template>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<script type="module">
|
<script type="module">
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -143,18 +143,18 @@ Messages can be of two displayed either solid or with a dotted line.
|
|||||||
|
|
||||||
There are ten types of arrows currently supported:
|
There are ten types of arrows currently supported:
|
||||||
|
|
||||||
| Type | Description |
|
| Type | Description |
|
||||||
| -------- | ----------------------------------------------------------------------- |
|
| -------- | --------------------------------------------------------- |
|
||||||
| `->` | Solid line without arrow |
|
| `->` | Solid line without arrow |
|
||||||
| `-->` | Dotted line without arrow |
|
| `-->` | Dotted line without arrow |
|
||||||
| `->>` | Solid line with arrowhead |
|
| `->>` | Solid line with arrowhead |
|
||||||
| `-->>` | Dotted line with arrowhead |
|
| `-->>` | Dotted line with arrowhead |
|
||||||
| `<<->>` | Solid line with bidirectional arrowheads (v11.0.0-b.41+) |
|
| `<<->>` | Solid line with bidirectional arrowheads (v11.0.0-b.41+) |
|
||||||
| `<<-->>` | Dotted line with bidirectional arrowheads (v<MERMAID_RELEASE_VERSION>+) |
|
| `<<-->>` | Dotted line with bidirectional arrowheads (v11.0.0-b.42+) |
|
||||||
| `-x` | Solid line with a cross at the end |
|
| `-x` | Solid line with a cross at the end |
|
||||||
| `--x` | Dotted line with a cross at the end. |
|
| `--x` | Dotted line with a cross at the end. |
|
||||||
| `-)` | Solid line with an open arrow at the end (async) |
|
| `-)` | Solid line with an open arrow at the end (async) |
|
||||||
| `--)` | Dotted line with a open arrow at the end (async) |
|
| `--)` | Dotted line with a open arrow at the end (async) |
|
||||||
|
|
||||||
## Activations
|
## Activations
|
||||||
|
|
||||||
|
18192
pnpm-lock.yaml
generated
18192
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user