Finish rewiring Markdown provider

This commit is contained in:
Kyle Shockey
2017-05-23 15:29:58 -07:00
parent a2eed69ee7
commit 23b1a8aabd
8 changed files with 8 additions and 12 deletions

View File

@@ -59,8 +59,7 @@ export default class BasicAuth extends React.Component {
<h4>Basic authorization<JumpToPath path={[ "securityDefinitions", name ]} /></h4>
{ username && <h6>Authorized</h6> }
<Row>
<Markdown options={{typographer: true, linkify: true, linkTarget: "_blank"}}
source={ schema.get("description") } />
<Markdown source={ schema.get("description") } />
</Row>
<Row>
<label>Username:</label>