diff --git a/src/core/plugins/oas3/wrap-components/markdown.js b/src/core/plugins/oas3/wrap-components/markdown.js index b9929520..7c1b837f 100644 --- a/src/core/plugins/oas3/wrap-components/markdown.js +++ b/src/core/plugins/oas3/wrap-components/markdown.js @@ -2,4 +2,9 @@ import React from "react" import ReactMarkdown from "react-markdown" import { OAS3ComponentWrapFactory } from "../helpers" -export default OAS3ComponentWrapFactory(({ source }) => { return source ? : null}) +export default OAS3ComponentWrapFactory(({ source }) => { return source ? ( + +) : null}) diff --git a/src/style/_layout.scss b/src/style/_layout.scss index 63a37ee4..71f2f609 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -665,6 +665,14 @@ body } } +.renderedMarkdown { + p { + @include text_body(); + font-size: 14px; + margin-top: 0px; + margin-bottom: 0px; + } +} @keyframes blinker {