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 914b21f commit 6ec7006Copy full SHA for 6ec7006
src/core/components/providers/markdown.jsx
@@ -21,7 +21,7 @@ function Markdown({ source }) {
21
return <div className="markdown">
22
<Remarkable
23
options={{html: true, typographer: true, breaks: true, linkify: true, linkTarget: "_blank"}}
24
- source={source}
+ source={sanitized}
25
></Remarkable>
26
</div>
27
}
0 commit comments