mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 23:39:50 +02:00
feat: experimental version of sanboxing
This commit is contained in:
@@ -83,6 +83,7 @@ const init = function () {
|
||||
let txt;
|
||||
|
||||
for (let i = 0; i < nodes.length; i++) {
|
||||
// element is the current div with mermaid class
|
||||
const element = nodes[i];
|
||||
|
||||
/*! Check if previously processed */
|
||||
|
Reference in New Issue
Block a user