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 ab6c667949a3a062007754d597eb49feaed64e51..750761e2a3701de1ac47acf7630a01d8d88d4ee3 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>