fix mermaid

This commit is contained in:
tangly1024
2023-06-24 14:30:27 +08:00
parent c54d248296
commit 587c51b59f
2 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ const renderMermaid = async() => {
}
}
})
observer.observe(document.querySelector('#container'), { attributes: true, subtree: true })
observer.observe(document.querySelector('#notion-article'), { attributes: true, subtree: true })
}
function renderPrismMac() {