mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 21:54:53 +03:00
Markdown in ObjectSchema should not be inline
This commit is contained in:
parent
26a8cff142
commit
b480a625d0
|
@ -46,7 +46,7 @@ export class ObjectSchema extends React.Component<ObjectSchemaProps> {
|
|||
|
||||
return (
|
||||
<div>
|
||||
<Markdown compact={true} inline={true} source={this.props.schema.description} />
|
||||
<Markdown compact={true} inline={false} source={this.props.schema.description} />
|
||||
<PropertiesTable>
|
||||
{showTitle && <PropertiesTableCaption>{this.props.schema.title}</PropertiesTableCaption>}
|
||||
<tbody>
|
||||
|
|
Loading…
Reference in New Issue
Block a user