Revert back to the 'breaks' fix for newlines in markdown content
This commit is contained in:
@@ -20,8 +20,8 @@ function Markdown({ source }) {
|
||||
|
||||
return <div className="markdown">
|
||||
<Remarkable
|
||||
options={{html: true, typographer: true, linkify: true, linkTarget: "_blank"}}
|
||||
source={sanitized}
|
||||
options={{html: true, typographer: true, breaks: true, linkify: true, linkTarget: "_blank"}}
|
||||
source={source}
|
||||
></Remarkable>
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user