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

@@ -99,7 +99,7 @@ export default class ParameterRow extends Component {
</td>
<td className="col parameters-col_description">
<Markdown options={{html: true, typographer: true, linkify: true, linkTarget: "_blank"}}
<Markdown options={{typographer: true, linkify: true, linkTarget: "_blank"}}
source={ param.get("description") }/>
{(isFormData && !isFormDataSupported) && <div>Error: your browser does not support FormData</div>}