This commit is contained in:
Knut Sveidqvist
2023-09-14 10:11:43 +02:00
parent ccdb803501
commit 836d3a87be
5 changed files with 84 additions and 70 deletions

View File

@@ -26,6 +26,8 @@
}
.mermaid {
border: 1px solid #ddd;
margin: 10px;
background: pink;
}
.mermaid2 {
display: none;
@@ -38,6 +40,7 @@
background-size: 20px 20px;
background-position: 0 0, 10px 10px;
background-repeat: repeat;
border: 1px solid red;
}
.malware {
position: fixed;
@@ -62,10 +65,13 @@
<body>
<pre id="diagram" class="mermaid">
block-beta
id1("Wide 1")
%% id1("Wide 1")
id2("2")
id3("3")
id4("A final one")
block
id3
id4
end
%% id4("A final one")
</pre>
<pre id="diagram" class="mermaid2">