File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
templates/project-version Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5454 <div class =' parameter' >
5555 <dt >{{ param.name }} </dt >
5656 <dd class =' parameter-type' >{{ param.type }} </dd >
57- <dd >{{ param.description }} </dd >
57+ <dd >< MarkdownToHtml @ markdown = {{ param.description }} /> </dd >
5858 {{ #if param.props }}
5959 <dl class =' parameters' >
6060 {{ #each param.props as |prop |}}
6161 <div class =' prop' >
6262 <dt >{{ prop.name }} </dt >
6363 <dd class =' parameter-type' >{{ prop.type }} </dd >
64- <dd >{{ prop.description }} </dd >
64+ <dd >< MarkdownToHtml @ markdown = {{ prop.description }} /> </dd >
6565 </div >
6666 {{ /each }}
6767 </dl >
7272 <div class =' return' >
7373 <dt >returns</dt >
7474 <dd class =' return-type' >{{ @field.return.type }} </dd >
75- <dd >{{ @field.return.description }} </dd >
75+ <dd >< MarkdownToHtml @ markdown = {{ @field.return.description }} /> </dd >
7676 </div >
7777 {{ /if }}
7878 </dl >
79- {{ html-safe @field.description }}
79+ < MarkdownToHtml @ markdown = {{ @field.description }} />
8080</section >
Original file line number Diff line number Diff line change 6363 {{ #if (and (not (eq this.static 1 )) this.hasImportExample )}}
6464 <ImportExample @item ={{ @model.name }} @package ={{ this.module }} />
6565 {{ /if }}
66- <p class =" description" >{{ html-safe @model.description }} </p >
66+ <p class =" description" >< MarkdownToHtml @ markdown = {{ @model.description }} /> </p >
6767
6868 {{ #if (or @model.methods @model.properties @model.events )}}
6969 <div class =" tabbed-layout" >
Original file line number Diff line number Diff line change 1515 {{ /if }}
1616 </p >
1717
18- <p class =" description" >{{ html-safe this.model.description }} </p >
18+ <p class =" description" >< MarkdownToHtml @ markdown = {{ this.model.description }} /> </p >
1919
2020 {{ #if this.submodules }}
2121 <section >
You can’t perform that action at this time.
0 commit comments