We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a96341 commit 2510960Copy full SHA for 2510960
webapp/templates/team/partials/clarification_list.html.twig
@@ -64,7 +64,7 @@
64
65
<td>
66
<a data-ajax-modal data-ajax-modal-after="markSeen" href="{{ link }}">
67
- {{ clarification.summary }}
+ {{ clarification.summary | markdown_to_html | sanitize_html('app.clarification_sanitizer') }}
68
</a>
69
</td>
70
</tr>
0 commit comments