Skip to content

Commit 6ec7006

Browse files
authored
Update markdown.jsx
1 parent 914b21f commit 6ec7006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/components/providers/markdown.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function Markdown({ source }) {
2121
return <div className="markdown">
2222
<Remarkable
2323
options={{html: true, typographer: true, breaks: true, linkify: true, linkTarget: "_blank"}}
24-
source={source}
24+
source={sanitized}
2525
></Remarkable>
2626
</div>
2727
}

0 commit comments

Comments
 (0)