Cleanup, updating the module name and description for flowchart in package.json

This commit is contained in:
Knut Sveidqvist
2023-01-11 19:56:04 +01:00
parent 3f7f04e02f
commit e28a766e7d
5 changed files with 13 additions and 151 deletions

View File

@@ -54,7 +54,14 @@
</style>
</head>
<body>
<div>Security check</div>
<pre id="diagram" class="mermaid">
%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
graph TB
a --> b
a --> c
b --> d
c --> d
</pre>
<pre id="diagram" class="mermaid">
%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
flowchart TB