This commit is contained in:
Sidharth Vinod
2022-09-03 13:30:16 +05:30
parent 661f283dab
commit f6d69b33b3
78 changed files with 7227 additions and 2379 deletions

View File

@@ -14,7 +14,7 @@ Some of the interfaces has been upgraded.
```javascript
mermaid_config = {
startOnLoad: true,
startOnLoad: true,
};
```
@@ -22,6 +22,6 @@ mermaid_config = {
```javascript
mermaid.initialize({
startOnLoad: true,
startOnLoad: true,
});
```