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.
1 parent 3a10f58 commit dfd0891Copy full SHA for dfd0891
app/components/markdown.tsx
@@ -77,7 +77,7 @@ export function HTMLPreview(props: { code: string }) {
77
frameBorder={0}
78
sandbox="allow-scripts"
79
style={{ width: "100%", height: 400 }}
80
- srcdoc={props.code}
+ srcDoc={props.code}
81
></iframe>
82
</div>
83
);
0 commit comments