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:
Sahil Batra
2025-08-08 12:40:13 +05:30
committed by Tim Abbott
parent 340b6adab4
commit b746bb5fc1
4 changed files with 21 additions and 4 deletions

View File

@@ -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">