Skip to content

Commit

Permalink
improvement: render request body description as Markdown (via #5078)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuriyama authored and shockey committed Jan 10, 2019
1 parent 1e8e0db commit 45e7f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/plugins/oas3/components/request-body.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const RequestBody = ({
</div>
</td>
<td className="col parameters-col_description">
{ description }
<Markdown source={ description }></Markdown>
{isExecute ? <div><JsonSchemaForm
fn={fn}
dispatchInitialValue={!isFile}
Expand Down

0 comments on commit 45e7f44

Please sign in to comment.