Disable HTML rendering in React-Markdown

This commit is contained in:
Kyle Shockey
2017-06-01 09:42:26 -07:00
parent 1b7d94a54b
commit df47e0e956
7 changed files with 7 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ export default class Response extends React.Component {
<td className="col response-col_description">
<div className="response-col_description__inner">
<Markdown options={{html: true, typographer: true, linkify: true, linkTarget: "_blank"}} source={ response.get( "description" ) } />
<Markdown options={{typographer: true, linkify: true, linkTarget: "_blank"}} source={ response.get( "description" ) } />
</div>
{ example ? (