diff --git a/sections/40-threads.js b/sections/40-threads.js index 7324638..b136107 100644 --- a/sections/40-threads.js +++ b/sections/40-threads.js @@ -68,6 +68,7 @@ module.exports = { .split("\n") .map((str) => "> " + str) .join("\n") + .replaceAll(/<@[^|]+\|([^>]+)>/g, "[$1]") .replaceAll( "@", "​@",