Skip to content

Commit 92342cd

Browse files
authored
fix: nested <p> in EditorPreviewSwaggerUIFallback (#3317)
1 parent de1f685 commit 92342cd

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/plugins/editor-preview-swagger-ui/components/EditorPreviewSwaggerUIFallback.jsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ const EditorPreviewSwaggerUIFallback = () => (
44
<div className="version-pragma__message">
55
<div>
66
<h3>Unable to render editor content</h3>
7+
<p>SwaggerUI does not currently support rendering of OpenAPI 3.1 definitions.</p>
78
<p>
8-
SwaggerUI does not currently support rendering of OpenAPI 3.1 definitions.
9-
<p>
10-
It is in the SwaggerUI roadmap to fully support rendering of OpenAPI 3.1 definitions.
11-
For additional information, please refer to this Github{' '}
12-
<a href="https://github.com/swagger-api/swagger-ui/issues/5891">issue</a>.
13-
</p>
9+
It is in the SwaggerUI roadmap to fully support rendering of OpenAPI 3.1 definitions.
10+
For additional information, please refer to this Github{' '}
11+
<a href="https://github.com/swagger-api/swagger-ui/issues/5891">issue</a>.
1412
</p>
1513
<p>
1614
However, SwaggerEditor itself does support OpenAPI 3.1 within its editing experience.

0 commit comments

Comments
 (0)