Skip to content

Commit

Permalink
Fixed indexing of rendering list (#881)
Browse files Browse the repository at this point in the history
* changed port number from 5500 to 8000

* Disabled forced spaces for sublists

* changed port number to 5500
  • Loading branch information
PunditWhoCodes authored Oct 9, 2024
1 parent 796d791 commit d004a79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions task-requests/details/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ const renderGithubIssue = async () => {
simplifiedAutoLink: true,
ghCodeBlocks: true,
openLinksInNewWindow: true,
disableForced4SpacesIndentedSublists: true,
});
let res = await fetch(taskRequest?.externalIssueUrl);
res = await res.json();
Expand Down

0 comments on commit d004a79

Please sign in to comment.