diff --git a/web/react/utils/markdown.jsx b/web/react/utils/markdown.jsx index 1c3d498a93..e8e5798bdf 100644 --- a/web/react/utils/markdown.jsx +++ b/web/react/utils/markdown.jsx @@ -53,7 +53,7 @@ export class MattermostMarkdownRenderer extends marked.Renderer { } paragraph(text) { - text = TextFormatting.doFormatText(text, this.options) + text = TextFormatting.doFormatText(text, this.options); if (this.formattingOptions.singleline) { return `
${text}
`;