Fix for issue #175

This commit is contained in:
knsv
2015-06-16 10:40:08 +02:00
parent 342b83a010
commit e5a701d04d
12 changed files with 324 additions and 169 deletions

View File

@@ -73,7 +73,7 @@ var init = function () {
txt = he.decode(txt).trim();
mermaidAPI.render(id,txt,insertSvg);
mermaidAPI.render(id,txt,insertSvg, element);
}
};