[FIX] Do not escaping markdown on message attachments

pull/6648/head
Rodrigo Nascimento 8 years ago
parent 2749206da3
commit 4fb871cc2f
  1. 2
      packages/rocketchat-markdown/markdown.coffee

@ -83,4 +83,4 @@ RocketChat.callbacks.add 'renderMessage', Markdown, RocketChat.callbacks.priorit
if Meteor.isClient
Blaze.registerHelper 'RocketChatMarkdown', (text) ->
return RocketChat.Markdown text
return RocketChat.Markdown _.escapeHTML text

Loading…
Cancel
Save