Skip to content

Commit

Permalink
Revert "fix(oas3): set markdown line breaks to true (#7942)"
Browse files Browse the repository at this point in the history
This reverts commit b1128d7.
  • Loading branch information
tim-lai committed Apr 1, 2022
1 parent fb63df3 commit 2b921f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/plugins/oas3/wrap-components/markdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 2b921f8

Please sign in to comment.