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.
2 parents dad1b32 + 1dc3328 commit 3d57de1Copy full SHA for 3d57de1
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