Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
vinit717 authored Jan 16, 2025
2 parents dad1b32 + 1dc3328 commit 3d57de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task-requests/details/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ const renderGithubIssue = async () => {
],
}),
);
const body = DOMPurify.sanitize(res?.body ?? '');
const body = DOMPurify.sanitize(res?.body ?? '').replace(/\n/g, '\n\n');
const html = converter.makeHtml(body);
taskContainer.appendChild(
createCustomElement({
Expand Down

0 comments on commit 3d57de1

Please sign in to comment.