fix(share/markdown): not rendering inline mermaid or math
This commit is contained in:
@@ -37,7 +37,7 @@ document.addEventListener(
|
||||
() => {
|
||||
const noteType = determineNoteType();
|
||||
|
||||
if (noteType === "text") {
|
||||
if (noteType === "text" || document.querySelector("#content.ck-content")) {
|
||||
setupTextNote();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user