Skip to content
Snippets Groups Projects
Commit f1b5d81e authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Allow markdown in attachment fields

parent b4b195d5
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