Fix markdown code blocks in api description

This commit is contained in:
Roman Hotsiy 2016-08-21 10:56:29 +03:00
parent 40a3102934
commit 7b16a13427
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -4,7 +4,7 @@
Download OpenAPI (fka Swagger) specification:
<a class="openapi-button" target="_blank" attr.href='{{specUrl}}'> Download </a>
</p>
<p *ngIf="info.description" [innerHtml]="info['x-redoc-html-description'] | safe"> </p>
<p *ngIf="info.description" class="redoc-markdown-block" [innerHtml]="info['x-redoc-html-description'] | safe"> </p>
<p>
<!-- TODO: create separate components for contact and license ? -->
<span *ngIf="info.contact"> Contact: