chore: Adjust console.log placement in Article component
This commit is contained in:
@@ -148,9 +148,8 @@ function Article({ cache }) {
|
||||
}
|
||||
}
|
||||
|
||||
console.log(v, isMath);
|
||||
|
||||
if (isMath) {
|
||||
console.log(v, isMath);
|
||||
return <Tag {...props}><Latex delimiters={latexDelimiters}>{v.textContent}</Latex></Tag>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user