From 515124bab4b5e13759cb9497489dea828a6cef52 Mon Sep 17 00:00:00 2001 From: wolffman122 Date: Tue, 20 May 2025 07:23:57 -0400 Subject: [PATCH] fix(issuecomment): fix issue display lists in IssueComment (#1638) * fix(issuecomment): fix issue display lists in IssueComment The IssueComment module was not displaying markdown list's ordered or unorderd. Removing the allowed elements so all markdowns are allowed seems to fix this issue and work similar to github's comment control with lists and markdown. fix #1328 * fix #1328 Added back allowedElements, added the list elements to it also. * feat(fixes formatting issue): fixes formating issue that was committed by mistake fixes formatting issue that was comitted by mistake fix #1328 --- src/components/IssueDetails/IssueComment/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/IssueDetails/IssueComment/index.tsx b/src/components/IssueDetails/IssueComment/index.tsx index ef96af4a4..3a091fdda 100644 --- a/src/components/IssueDetails/IssueComment/index.tsx +++ b/src/components/IssueDetails/IssueComment/index.tsx @@ -223,7 +223,10 @@ const IssueComment = ({ ) : (
- + {comment.message}