File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ class ApiDemo extends ApiDemoPage {
2525 [ 'no-server' , 'No server!' ] ,
2626 [ 'multiple-servers' , 'Multiple servers' ] ,
2727 [ 'async-api' , 'AsyncAPI' ] ,
28+ [ 'APIC-641' , 'APIC-641' ] ,
2829 ] . map (
2930 ( [ file , label ] ) => html `
3031 < anypoint-item data-src ="${ file } -compact.json "> ${ label } </ anypoint-item >
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ export class ApiSummary extends AmfHelperMixin(LitElement) {
400400 const description = this . _computeDescription ( server ) ;
401401 return html `< li >
402402 ${ uri }
403- < div class ="server-description "> ${ description } </ div >
403+ < arc-marked .markdown = ${ description } class ="server-description"> </ arc-marked >
404404 </ li > ` ;
405405 }
406406
You can’t perform that action at this time.
0 commit comments