From 228a6fa30fcd56276a9d93eba89b73ee90877c8a Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Fri, 5 Feb 2021 16:00:33 +0100 Subject: [PATCH] Mardown for comment list on question wall --- .../questionwall/question-wall/question-wall.component.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/components/shared/questionwall/question-wall/question-wall.component.html b/src/app/components/shared/questionwall/question-wall/question-wall.component.html index ab6c66794..750761e2a 100644 --- a/src/app/components/shared/questionwall/question-wall/question-wall.component.html +++ b/src/app/components/shared/questionwall/question-wall/question-wall.component.html @@ -187,7 +187,9 @@ <ars-row (click)="focusComment(comment)" style="box-sizing:border-box;padding:0 16px;cursor:pointer"> - <p class="questionwall-comment-body">{{comment.comment.body}}</p> + <p class="questionwall-comment-body"> + <markdown [data]="comment.comment.body"></markdown> + </p> </ars-row> <ars-row [height]="50"> <ars-style-btn-material style="width:100%;height:100%;" ars-flex-box> -- GitLab