fix: remove code block external slashs

This commit is contained in:
steven
2023-04-13 14:13:32 +08:00
parent 07f8714c50
commit bb938f36c7

View File

@ -101,7 +101,7 @@ const MessageView = (props: Props) => {
);
},
code({ children }) {
return <code className="px-0">`{children}`</code>;
return <code className="px-0">{children}</code>;
},
}}
>