Skip to content

Commit

Permalink
improvement: render request body description as Markdown (via swagger…
Browse files Browse the repository at this point in the history
  • Loading branch information
kuriyama authored and deepjia committed Feb 25, 2019
1 parent 8936590 commit d127cd7
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 d127cd7

Please sign in to comment.