chore: render katex in markdown

This commit is contained in:
jialin
2025-02-18 19:51:22 +08:00
parent ea34431cf7
commit 4c77151877
26 changed files with 693 additions and 208 deletions
@@ -41,12 +41,13 @@ const AddWorker: React.FC<ViewModalProps> = (props) => {
width={700}
styles={{
body: {
height: 550
height: 620
}
}}
footer={null}
>
<Tabs
size="small"
items={items}
activeKey={activeKey}
type="card"