Add functionality to render individual mermaids
With 5000 chars as a hard limit, there are many cases where we'd want to render individual mermaid diagrams. With this we're adding a render button which will render the nearest mermaid svg.
Showing
... | @@ -96,7 +96,7 @@ | ... | @@ -96,7 +96,7 @@ |
"katex": "^0.10.0", | "katex": "^0.10.0", | ||
"lodash": "^4.17.15", | "lodash": "^4.17.15", | ||
"marked": "^0.3.12", | "marked": "^0.3.12", | ||
"mermaid": "^8.4.5", | "mermaid": "^8.4.8", | ||
"monaco-editor": "^0.18.1", | "monaco-editor": "^0.18.1", | ||
"monaco-editor-webpack-plugin": "^1.7.0", | "monaco-editor-webpack-plugin": "^1.7.0", | ||
"mousetrap": "^1.4.6", | "mousetrap": "^1.4.6", | ||
... | ... |
Please register or sign in to comment