<div> 🚀 This site is under continuous development 🚀 </div>
element with the mermaid div
const preElement = block.parentElement;
preElement.parentNode.replaceChild(mermaidDiv, preElement);
});
// Re-run mermaid to render the new diagrams
mermaid.run();
});