Skip to content
Snippets Groups Projects
Commit 81a6cfa9 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

Merge pull request #2376 from RocketChat/improvements/attachments-fields-markdown

Allow markdown in attachment fields
parents b4b195d5 f1b5d81e
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@
{{#unless short}}
<div class="attachment-field">
<div class="attachment-field-title">{{title}}</div>
{{value}}
{{{RocketChatMarkdown value}}}
</div>
{{/unless}}
{{/each}}
......@@ -94,7 +94,7 @@
{{#if short}}
<div class="attachment-field attachment-field-short">
<div class="attachment-field-title">{{title}}</div>
{{value}}
{{{RocketChatMarkdown value}}}
</div>
{{/if}}
{{/each}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment