We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db66434 commit b0cf102Copy full SHA for b0cf102
plugins/plugin-client-common/src/components/Content/Markdown.tsx
@@ -149,7 +149,7 @@ export default class Markdown extends React.PureComponent<Props> {
149
.filter(_ => _)
150
return <React.Fragment>{imageTags}</React.Fragment>
151
} else if (/^<br\s*\/?>$/.test(props.value)) {
152
- return <p />
+ return <br />
153
} else if (/<a name=/.test(props.value)) {
154
const nameMatch = props.value.match(/name="?([^"\s]+)"?/)
155
if (nameMatch) {
0 commit comments