Skip to content

Commit

Permalink
hopefully fix issue ping issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
dispherical committed Jun 27, 2024
1 parent 6f20996 commit 125b382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sections/40-threads.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ module.exports = {
.split("\n")
.map((str) => "> " + str)
.join("\n")
.replaceAll(/<@[^|]+\|([^>]+)>/g, "[$1]")
.replaceAll(
"@",
"​@",
Expand Down

0 comments on commit 125b382

Please sign in to comment.