Merge branch '670-private-comments-markdown' into VSR-issues

This commit is contained in:
Mathieu Jaumotte 2022-12-08 16:26:20 +01:00
commit fb8f74119f

View File

@ -156,7 +156,7 @@
<dd> <dd>
<section class="chill-entity entity-comment-embeddable"> <section class="chill-entity entity-comment-embeddable">
<blockquote class="chill-user-quote private-quote"> <blockquote class="chill-user-quote private-quote">
{{ entity.privateComment.comments[userId] }} {{ entity.privateComment.comments[userId]|chill_markdown_to_html }}
</blockquote> </blockquote>
</section> </section>
</dd> </dd>