We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee1b7f commit 1dc3328Copy full SHA for 1dc3328
task-requests/details/script.js
@@ -385,7 +385,7 @@ const renderGithubIssue = async () => {
385
],
386
}),
387
);
388
- const body = DOMPurify.sanitize(res?.body ?? '');
+ const body = DOMPurify.sanitize(res?.body ?? '').replace(/\n/g, '\n\n');
389
const html = converter.makeHtml(body);
390
taskContainer.appendChild(
391
createCustomElement({
0 commit comments