File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " http://json-schema.org/draft-07/schema#" ,
3
3
"title" : " ManifestStore" ,
4
- "description" : " A Container for a set of Manifests and a ValidationStatus list" ,
4
+ "description" : " A Container for a set of Manifests and a ValidationStatus list. " ,
5
5
"type" : " object" ,
6
6
"required" : [
7
7
" manifests"
627
627
}
628
628
}
629
629
}
630
- }
630
+ }
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