File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -8,23 +8,9 @@ source_label: OpenAPI
8
8
source : https://www.rfc-editor.org/rfc/rfc9110#field.accept
9
9
---
10
10
11
- # <a href =" .. " >{{ page.collection }}</a >
12
-
13
- ## {{ page.slug }} - {{ page.description }}
14
-
15
- Base type: ` {{ page.base_type }} ` .
16
-
11
+ {% capture summary %}
17
12
The ` {{page.slug}} ` format is a media type as defined by the ` media-range ` ABNF
18
13
production in [ RFC9110] ( https://www.rfc-editor.org/rfc/rfc9110 ) .
14
+ {% endcapture %}
19
15
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 %}
You can’t perform that action at this time.
0 commit comments