Skip to content

Commit f74647f

Browse files
committed
fix: not allow svg
1 parent 9a327dc commit f74647f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/web/src/components/Markdown/render.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export const Markdown: React.FC<{
4444
preview={true}
4545
/>
4646
),
47+
svg: () => <div>not support svg</div>,
4748
iframe: (props) => {
4849
let src = props.src;
4950

0 commit comments

Comments
 (0)