This commit is contained in:
@@ -301,6 +301,9 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
|
||||
const container = document.createElement("div");
|
||||
container.className = "mermaid-container";
|
||||
if ((el.dataset.source || "").includes('root(["zxh"])')) {
|
||||
container.classList.add("mermaid-container--site-map");
|
||||
}
|
||||
const controls = document.createElement("div");
|
||||
controls.className = "mermaid-zoom-controls";
|
||||
controls.innerHTML = `
|
||||
|
||||
Reference in New Issue
Block a user