mirror of
https://github.com/usememos/memos.git
synced 2024-12-19 00:51:30 +03:00
chore: fix inline latext renderer
This commit is contained in:
parent
bcd8a5a7a9
commit
b1128fc786
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user