mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
settings: Show rendered markdown folder description.
This commit adds code to show markdown formatted description in "Channel folders" panel instead of raw text.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<span class="channel-folder-name">{{folder_name}}</span>
|
||||
</td>
|
||||
<td>
|
||||
<span class="channel-folder-description">{{folder_description}}</span>
|
||||
<span class="channel-folder-description rendered-markdown">{{rendered_markdown rendered_description}}</span>
|
||||
</td>
|
||||
{{#if is_admin}}
|
||||
<td class="actions">
|
||||
|
Reference in New Issue
Block a user