1295 Lint fixes

This commit is contained in:
Knut Sveidqvist
2020-03-14 08:24:45 +01:00
parent da048cbc7b
commit ad288be2ee
3 changed files with 6 additions and 21 deletions

View File

@@ -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>