Skip to content

Commit cbca95e

Browse files
hadar-cosserrata
authored andcommitted
Update index.tsx (#839)
1 parent a8cffdf commit cbca95e

File tree

1 file changed

+1
-1
lines changed
  • packages/docusaurus-theme-openapi-docs/src/theme/ApiItem

1 file changed

+1
-1
lines changed

packages/docusaurus-theme-openapi-docs/src/theme/ApiItem/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export default function ApiItem(props: Props): JSX.Element {
188188
<DocItemMetadata />
189189
<DocItemLayout>
190190
<div className="row">
191-
<div className="col col--12">
191+
<div className="col col--12 markdown">
192192
<MDXComponent />
193193
</div>
194194
</div>

0 commit comments

Comments
 (0)