File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
< h4 class ="docs-api-h4 docs-api-class-name ">
2
2
< code > {$ class.name $}</ code >
3
3
</ h4 >
4
- < p class ="docs-api-class-description "> {$ class.description $}</ p >
4
+ < p class ="docs-api-class-description "> {$ class.description | marked | safe $}</ p >
5
5
6
6
{%- if class.directiveSelectors -%}
7
7
< div class ="docs-api-directive-selectors ">
Original file line number Diff line number Diff line change 10
10
</ tr >
11
11
</ thead >
12
12
< tr class ="docs-api-method-description-row ">
13
- < td colspan ="2 " class ="docs-api-method-description-cell "> {$ method.description $}</ td >
13
+ < td colspan ="2 " class ="docs-api-method-description-cell ">
14
+ {$ method.description | marked | safe $}
15
+ </ td >
14
16
</ tr >
15
17
16
18
{%- if method.params.length -%}
31
33
< code class ="docs-api-method-parameter-type "> {$ parameter.type $}</ code >
32
34
</ td >
33
35
< td class ="docs-api-method-parameter-description-cell ">
34
- < p class ="docs-api-method-parameter-description "> {$ parameter.description $}</ p >
36
+ < p class ="docs-api-method-parameter-description ">
37
+ {$ parameter.description | marked | safe $}
38
+ </ p >
35
39
</ td >
36
40
</ tr >
37
41
{% endfor %}
48
52
< code class ="docs-api-method-returns-type "> {$ method.returnType $}</ code >
49
53
</ td >
50
54
< td class ="docs-api-method-returns-description-cell ">
51
- < p class ="docs-api-method-returns-description "> {$ method.returns.description $}</ p >
55
+ < p class ="docs-api-method-returns-description ">
56
+ {$ method.returns.description | marked | safe $}
57
+ </ p >
52
58
</ td >
53
59
</ tr >
54
60
{%- endif -%}
Original file line number Diff line number Diff line change 27
27
</ p >
28
28
< code class ="docs-api-property-type "> {$ property.type $}</ code >
29
29
</ td >
30
- < td class ="docs-api-property-description "> {$ property.description $}</ td >
30
+ < td class ="docs-api-property-description "> {$ property.description | marked | safe $}</ td >
31
31
</ tr >
You can’t perform that action at this time.
0 commit comments