chore: Add debug log for math block detection

This commit is contained in:
2025-12-04 20:42:55 +00:00
committed by Tanner Collin (aider)
parent 7ce94e80dd
commit 0d4e674f3d

View File

@@ -148,6 +148,8 @@ function Article({ cache }) {
}
}
console.log(v, isMath);
if (isMath) {
return <Tag {...props}><Latex delimiters={latexDelimiters}>{v.textContent}</Latex></Tag>;
}