fix(issuedescription): fix issue display lists in IssueDescription (#2972)

This commit is contained in:
Gauthier
2026-04-29 18:32:27 +02:00
committed by GitHub
parent ba6ed6c181
commit ce47cfb611

View File

@@ -147,7 +147,7 @@ const IssueDescription = ({
) : (
<div className="prose mt-4">
<ReactMarkdown
allowedElements={['p', 'img', 'strong', 'em']}
allowedElements={['p', 'em', 'strong', 'ul', 'ol', 'li']}
skipHtml
>
{description}