Skip to content

Commit 7a3d806

Browse files
authored
Merge pull request #15 from contentauth/table-cell-layout
Clean up generated HTML
2 parents 77df9f5 + 5ce92f7 commit 7a3d806

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_data/ManifestStore_schema_edited.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"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.",
55
"type": "object",
66
"required": [
77
"manifests"
@@ -627,4 +627,4 @@
627627
}
628628
}
629629
}
630-
}
630+
}

_includes/description.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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 -%}

pages/reference.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
</td>
3939

4040
<!-- Description -->
41-
<td class="manifest-ref-table">{{property.last.description|markdownify}}
41+
<td class="manifest-ref-table">{{property.last.description|markdownify | strip_html}}
4242
{% if property.last.additionalProperties %}
4343
{% 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 %}
4545
{% endif %}
4646
</td>
4747

0 commit comments

Comments
 (0)