#2177 Updating sanitize-url, dagre, graphlib, khroma, moment-mini, stylis

This commit is contained in:
Knut Sveidqvist
2021-07-07 18:06:09 +02:00
parent 7a679dea2d
commit 30de90e4f0
10 changed files with 150 additions and 1781 deletions

View File

@@ -67,8 +67,7 @@ stateDiagram-v2
</div>
<div class="mermaid" style="width: 100%; height: 20%;">
flowchart TD
A("<img scr='https://iconscout.com/ms-icon-310x310.png' />")
B(<b>Bold text!</b>)
A("https://iconscout.com/ms-icon-310x310.png") --> B(<b>Bold text!</b>)
</div>
<div class="mermaid2" style="width: 100%; height: 20%;">
stateDiagram-v2
@@ -106,7 +105,7 @@ YourState
// console.error('Mermaid error: ', err);
};
mermaid.initialize({
theme: 'default',
theme: 'base',
arrowMarkerAbsolute: true,
// themeCSS: '.edgePath .path {stroke: red;} .arrowheadPath {fill: red;}',
logLevel: 2,