mirror of
https://github.com/seerr-team/seerr.git
synced 2026-05-19 14:18:39 -04:00
fix(issuedescription): fix issue display lists in IssueDescription (#2972)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user