mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 14:33:41 +08:00
merge
This commit is contained in:
@@ -250,8 +250,8 @@ function _MarkDownContent(props: { content: string }) {
|
||||
],
|
||||
]}
|
||||
components={{
|
||||
pre: PreCode,
|
||||
code: CustomCode,
|
||||
pre: PreCode as any,
|
||||
code: CustomCode as any,
|
||||
p: (pProps) => <p {...pProps} dir="auto" />,
|
||||
a: (aProps) => {
|
||||
const href = aProps.href || "";
|
||||
|
||||
Reference in New Issue
Block a user