diff --git a/app/modules/components/wysiwyg/wysiwyg.service.coffee b/app/modules/components/wysiwyg/wysiwyg.service.coffee index a28fbed3..7b8f7824 100644 --- a/app/modules/components/wysiwyg/wysiwyg.service.coffee +++ b/app/modules/components/wysiwyg/wysiwyg.service.coffee @@ -220,8 +220,8 @@ class WysiwygService } text = @.replaceEmojiNameByImgs(text) - text = @.linkTitleWithSpaces(text) text = @.pipeLinks(text) + text = @.linkTitleWithSpaces(text) md = window.markdownit({ breaks: true