Skip to content

Commit 2510960

Browse files
committed
Render clarification preview summary with markdown
The clarification summary on the team overview page didn't render markdown correctly.
1 parent 9a96341 commit 2510960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/templates/team/partials/clarification_list.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
<td>
6666
<a data-ajax-modal data-ajax-modal-after="markSeen" href="{{ link }}">
67-
{{ clarification.summary }}
67+
{{ clarification.summary | markdown_to_html | sanitize_html('app.clarification_sanitizer') }}
6868
</a>
6969
</td>
7070
</tr>

0 commit comments

Comments
 (0)