fix(share/markdown): not rendering inline mermaid or math

This commit is contained in:
Elian Doran
2026-04-25 09:29:10 +03:00
parent 571e52a115
commit b0dfb9ecd7
+1 -1
View File
@@ -37,7 +37,7 @@ document.addEventListener(
() => {
const noteType = determineNoteType();
if (noteType === "text") {
if (noteType === "text" || document.querySelector("#content.ck-content")) {
setupTextNote();
}