This commit is contained in:
Saoud Rizwan
2024-10-01 01:36:27 -04:00
parent c664403d4e
commit f872911de2
2 changed files with 2 additions and 1 deletions

View File

@@ -764,6 +764,7 @@ const ProgressIndicator = () => (
)
const Markdown = memo(({ markdown }: { markdown?: string }) => {
// worth noting that remark parses out <thinking> tags
return (
<div style={{ wordBreak: "break-word", overflowWrap: "anywhere", marginBottom: -15, marginTop: -15 }}>
<MarkdownBlock markdown={markdown} />