Commit b1128fc7 authored by Steven's avatar Steven

chore: fix inline latext renderer

parent bcd8a5a7
......@@ -13,9 +13,9 @@ const inlineRenderer = (rawStr: string) => {
latexCode = matchResult[2];
}
return (
<div className="max-w-full overflow-x-auto">
<span className="max-w-full overflow-x-auto">
<TeX key={latexCode}>{latexCode}</TeX>
</div>
</span>
);
}
return rawStr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment