Skip to content

Commit

Permalink
Updated the operation detail page to render parameter descriptions as…
Browse files Browse the repository at this point in the history
… markdown (#377)
  • Loading branch information
j12n authored and azaslonov committed Dec 17, 2019
1 parent eddb87a commit 2a7bbde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h4>Request parameters</h4>
<div class="col-1" data-bind="text: parameter.in"></div>
<div class="col-1" data-bind="text: parameter.required"></div>
<div class="col-1" data-bind="text: parameter.type"></div>
<div class="col-6" data-bind="text: parameter.description"></div>
<div class="col-6" data-bind="markdown: parameter.description"></div>
</div>
<!-- /ko -->
</div>
Expand Down

0 comments on commit 2a7bbde

Please sign in to comment.