We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 016239c + 89faea4 commit f56f2fdCopy full SHA for f56f2fd
frontend/src/apps/main/components/markdown/index.tsx
@@ -36,6 +36,7 @@ export const Markdown = (props: MarkdownProps) => {
36
},
37
p: { component: Typography, props: { paragraph: true } },
38
a: { component: LinkV2 },
39
+ img: { props: { style: { maxWidth: "100%" } } } as any,
40
pre: {
41
component({ children: { props } }: any) {
42
return (
0 commit comments