diff --git a/demo/openapi-3-1.yaml b/demo/openapi-3-1.yaml
index 7cd6178f9e..f50af26c48 100644
--- a/demo/openapi-3-1.yaml
+++ b/demo/openapi-3-1.yaml
@@ -1139,6 +1139,7 @@ components:
type: [string, integer, 'null']
minItems: 1
maxItems: 10
+ default: []
xml:
name: photoUrl
wrapped: true
diff --git a/demo/openapi.yaml b/demo/openapi.yaml
index 8cecfd5aba..be7cb578b6 100644
--- a/demo/openapi.yaml
+++ b/demo/openapi.yaml
@@ -1047,6 +1047,7 @@ components:
photoUrls:
description: The list of URL to a cute photos featuring pet
type: array
+ default: []
maxItems: 20
xml:
name: photoUrl
@@ -1176,6 +1177,7 @@ components:
name:
type: string
description: hooray
+ default: []
description: Pet object that needs to be added to the store
required: true
UserArray:
diff --git a/demo/swagger.yaml b/demo/swagger.yaml
index a7552d59f0..5aaa19b60a 100644
--- a/demo/swagger.yaml
+++ b/demo/swagger.yaml
@@ -780,6 +780,7 @@ definitions:
photoUrls:
description: The list of URL to a cute photos featuring pet
type: array
+ default: []
xml:
name: photoUrl
wrapped: true
diff --git a/src/components/Markdown/SanitizedMdBlock.tsx b/src/components/Markdown/SanitizedMdBlock.tsx
index 44b1d8d4d6..33a54bd01d 100644
--- a/src/components/Markdown/SanitizedMdBlock.tsx
+++ b/src/components/Markdown/SanitizedMdBlock.tsx
@@ -6,7 +6,7 @@ import { StylingMarkdownProps } from './Markdown';
import { StyledMarkdownBlock } from './styled.elements';
import styled from 'styled-components';
-const StyledMarkdownSpan = styled(StyledMarkdownBlock)`
+const StyledMarkdownSpan = styled(props =>
+ test description +
+ + +Get access to data while protecting your account credentials. OAuth2 is also a safer and more secure way to give you access.
-implicit
http://petstore.swagger.io/api/oauth/dialog
write:pets
- modify pets in your account
-read:pets
- read your pets
+implicit
http://petstore.swagger.io/api/oauth/dialog
write:pets
- modify pets in your account
+read:pets
- read your pets
GitLab Personal Access Token description
PRIVATE-TOKEN
GitLab OpenIdConnect description
https://gitlab.com/.well-known/openid-configuration
basic
write:pets
read:pets
) Get access to data while protecting your account credentials. OAuth2 is also a safer and more secure way to give you access.
-implicit
http://petstore.swagger.io/api/oauth/dialog
write:pets
read:pets
write:pets
- modify pets in your account
-read:pets
- read your pets
+implicit
http://petstore.swagger.io/api/oauth/dialog
write:pets
read:pets
write:pets
- modify pets in your account
+read:pets
- read your pets
GitLab Personal Access Token description
PRIVATE-TOKEN
GitLab OpenIdConnect description
https://gitlab.com/.well-known/openid-configuration
basic