diff --git a/src/core/plugins/oas3/wrap-components/markdown.jsx b/src/core/plugins/oas3/wrap-components/markdown.jsx index 72a1cb5b..a7510e72 100644 --- a/src/core/plugins/oas3/wrap-components/markdown.jsx +++ b/src/core/plugins/oas3/wrap-components/markdown.jsx @@ -8,7 +8,6 @@ import { sanitizer } from "core/components/providers/markdown" const parser = new Remarkable("commonmark") parser.block.ruler.enable(["table"]) parser.set({ linkTarget: "_blank" }) -parser.set({ breaks: true }) export const Markdown = ({ source, className = "", getConfigs }) => { if(typeof source !== "string") {