Merge remote-tracking branch 'MERMAID/develop' into bug/er/allow-chars-in-entity-name

# Conflicts:
#	vite.config.cts
#	yarn.lock
This commit is contained in:
Ashley Engelund (weedySeaDragon @ github)
2022-09-24 16:06:54 -07:00
22 changed files with 1131 additions and 1733 deletions

View File

@@ -42,7 +42,7 @@ erDiagram
</pre>
<script type="module">
import mermaid from './mermaid.esm.mjs';
import mermaid from '../src/mermaid';
mermaid.initialize({
theme: 'default',
// themeCSS: '.node rect { fill: red; }',