Skip to content

Commit d014e85

Browse files
committed
Encapsulate media-range
1 parent 5093653 commit d014e85

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

registries/_format/media-range.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,9 @@ source_label: OpenAPI
88
source: https://www.rfc-editor.org/rfc/rfc9110#field.accept
99
---
1010

11-
# <a href="..">{{ page.collection }}</a>
12-
13-
## {{ page.slug }} - {{ page.description }}
14-
15-
Base type: `{{ page.base_type }}`.
16-
11+
{% capture summary %}
1712
The `{{page.slug}}` format is a media type as defined by the `media-range` ABNF
1813
production in [RFC9110](https://www.rfc-editor.org/rfc/rfc9110).
14+
{% endcapture %}
1915

20-
{% if page.issue %}
21-
### GitHub Issue
22-
23-
* [#{{ page.issue }}](https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }})
24-
{% endif %}
25-
26-
{% if page.remarks %}
27-
### Remarks
28-
29-
{{ page.remarks }}
30-
{% endif %}
16+
{% include format-entry.md summary=summary %}

0 commit comments

Comments
 (0)