Html labels set to false in tests

This commit is contained in:
Knut Sveidqvist
2020-08-13 19:19:19 +02:00
parent 9891b383e7
commit bde7b1a828
2 changed files with 29 additions and 20 deletions

View File

@@ -20,7 +20,15 @@
</head>
<body>
<h1>info below</h1>
<div class="mermaid2" style="width: 100%; height: 20%;">
<div class="mermaid" style="width: 100%; height: 20%;">
classDiagram-v2
classA -- classB : Inheritance
classA -- classC : link
classC -- classD : link
classB -- classD
</div>
<div class="mermaid" style="width: 100%; height: 20%;">
classDiagram-v2
class BankAccount{
+String owner