Skip to content

Commit

Permalink
Update Mermaid to v8.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stanhu committed Jul 23, 2019
1 parent 17fe030 commit ef75441
Show file tree
Hide file tree
Showing 3 changed files with 1,600 additions and 381 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default function renderMermaid($els) {
flowchart: {
htmlLabels: false,
},
securityLevel: 'strict'
});

$els.each((i, el) => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"jszip-utils": "^0.0.2",
"katex": "^0.10.0",
"marked": "^0.3.12",
"mermaid": "^8.1.0",
"mermaid": "^8.2.3",
"monaco-editor": "^0.15.6",
"monaco-editor-webpack-plugin": "^1.7.0",
"mousetrap": "^1.4.6",
Expand Down

0 comments on commit ef75441

Please sign in to comment.