Skip to content

Commit 7ec03d3

Browse files
authored
Merge pull request #3826 from Bellangelo/fix-shcema-layout
Capture allows the usage of curly braces
2 parents 73ad0ea + 09439bd commit 7ec03d3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

registries/_alternative-schema/jsonSchema.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ description: JSON Schema
55
layout: default
66
---
77

8-
{% include alternative-schema-entry.md summary="The `{{ page.slug }}` `alternativeSchema` `type` refers to [JSON Schema](http://json-schema.org/) in any version." %}
8+
{% capture summary %}
9+
The `{{ page.slug }}` `alternativeSchema` `type` refers to [JSON Schema](http://json-schema.org/) in any version.
10+
{% endcapture %}
11+
12+
{% include alternative-schema-entry.md summary=summary %}

registries/_alternative-schema/xmlSchema.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ description: xml Schema
55
layout: default
66
---
77

8-
{% include alternative-schema-entry.md summary="The `{{ page.slug }}` `alternativeSchema` `type` refers to [xml Schema](https://www.w3.org/XML/Schema) in any version." %}
8+
{% capture summary %}
9+
The `{{ page.slug }}` `alternativeSchema` `type` refers to [xml Schema](https://www.w3.org/XML/Schema) in any version.
10+
{% endcapture %}
11+
12+
{% include alternative-schema-entry.md summary=summary %}

0 commit comments

Comments
 (0)