mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-14 04:49:44 +02:00
1295 Lint fixes
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1>info below</h1>
|
||||
<div style="display: flex;width: 100%; height: 100%">
|
||||
<div style="display: flex;flex-direction:column;width: 100%; height: 100%">
|
||||
<div class="mermaid2" style="width: 100%; height: 100%;display: none;">
|
||||
flowchart LR
|
||||
A --> B & C & D
|
||||
@@ -33,25 +33,12 @@
|
||||
C --> D
|
||||
C --> D
|
||||
</div>
|
||||
<div class="mermaid" style="width: 100%; height: 100%">
|
||||
graph LR
|
||||
A[apan klättrar]-- i träd -->B
|
||||
subgraph id1 [Test with title wider then the node in the subgraph]
|
||||
B
|
||||
end
|
||||
</div>
|
||||
<div class="mermaid" style="width: 100%; height: 100%">
|
||||
flowchart LR
|
||||
A-- i träd -->B
|
||||
subgraph id1 [Test]
|
||||
B
|
||||
end
|
||||
</div>
|
||||
<div class="mermaid" style="width: 100%; height: 100%">
|
||||
flowchart TB
|
||||
C[apan klättrar]-- i träd -->D
|
||||
subgraph id1 [Test]
|
||||
D
|
||||
G-->H
|
||||
G-->H
|
||||
subgraph id1 [Test]
|
||||
H
|
||||
end
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user