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 796d791 commit d004a79Copy full SHA for d004a79
task-requests/details/script.js
@@ -312,6 +312,7 @@ const renderGithubIssue = async () => {
312
simplifiedAutoLink: true,
313
ghCodeBlocks: true,
314
openLinksInNewWindow: true,
315
+ disableForced4SpacesIndentedSublists: true,
316
});
317
let res = await fetch(taskRequest?.externalIssueUrl);
318
res = await res.json();
0 commit comments