File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- {%- if include.str -%}< div class ="prop_desc "> {{include.str | markdownify}}</ div > {%- else -%}< p class ="comment "> Description TBD.</ p > {%- endif -%}
1
+ {%- if include.str -%}< div class ="prop_desc "> {{include.str | markdownify | strip_html }}</ div > {%- else -%}< p class ="comment "> Description TBD.</ p > {%- endif -%}
Original file line number Diff line number Diff line change 38
38
</td >
39
39
40
40
<!-- Description -->
41
- <td class =" manifest-ref-table " >{{property.last.description|markdownify}}
41
+ <td class =" manifest-ref-table " >{{property.last.description|markdownify | strip_html }}
42
42
{% if property.last.additionalProperties %}
43
43
{% assign href=property.last.additionalProperties.first[ 1] %}
44
- See {% include ref-to-link.html ref=href %}
44
+ < br /> See {% include ref-to-link.html ref=href %}
45
45
{% endif %}
46
46
</td >
47
47
You can’t perform that action at this time.
0 commit comments