Update markdown.jsx
This commit is contained in:
@@ -21,7 +21,7 @@ function Markdown({ source }) {
|
|||||||
return <div className="markdown">
|
return <div className="markdown">
|
||||||
<Remarkable
|
<Remarkable
|
||||||
options={{html: true, typographer: true, breaks: true, linkify: true, linkTarget: "_blank"}}
|
options={{html: true, typographer: true, breaks: true, linkify: true, linkTarget: "_blank"}}
|
||||||
source={source}
|
source={sanitized}
|
||||||
></Remarkable>
|
></Remarkable>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user