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

@@ -53,7 +53,7 @@ export default class ApiKeyAuth extends React.Component {
<h4>Api key authorization<JumpToPath path={[ "securityDefinitions", name ]} /></h4>
{ value && <h6>Authorized</h6>}
<Row>
<Markdown options={{html: true, typographer: true, linkify: true, linkTarget: "_blank"}}
<Markdown options={{typographer: true, linkify: true, linkTarget: "_blank"}}
source={ schema.get("description") } />
</Row>
<Row>