We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4beb774 commit caed1e6Copy full SHA for caed1e6
registries/_format/commonmark.md
@@ -8,22 +8,8 @@ source: https://spec.openapis.org/oas/latest.html#data-types
8
source_label: OAS
9
---
10
11
-# <a href="..">{{ page.collection }}</a>
12
-
13
-## {{ page.slug }} - {{ page.description }}
14
15
-Base type: `{{ page.base_type }}`.
16
+{% capture summary %}
17
The `{{page.slug}}` format represents [CommonMark](https://commonmark.org/) formatted text.
+{% endcapture %}
18
19
-{% if page.issue %}
20
-### GitHub Issue
21
22
-* [#{{ page.issue }}](https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }})
23
-{% endif %}
24
25
-{% if page.remarks %}
26
-### Remarks
27
28
-{{ page.remarks }}
29
+{% include format-entry.md summary=summary %}
0 commit comments