diff --git a/webapp/utils/markdown.jsx b/webapp/utils/markdown.jsx index f2b5bcc393..fe117274ba 100644 --- a/webapp/utils/markdown.jsx +++ b/webapp/utils/markdown.jsx @@ -142,7 +142,7 @@ class MattermostMarkdownRenderer extends marked.Renderer { if (outHref.startsWith(global.location.origin)) { output += 'data-link="' + outHref.substring(global.location.origin.length) + '"'; } else { - output += 'href="' + outHref + '"'; + output += 'href="' + outHref + '" target="_blank"'; } if (title) {