chore: merge dev to main #177

Merged
Anri merged 6 commits from dev into main 2024-09-23 17:51:22 +02:00
Showing only changes of commit 5b659d9948 - Show all commits

View file

@ -109,7 +109,7 @@ export const cleanCodeBlock = (text: string) => {
// Keep links // Keep links
text = text.replace( text = text.replace(
/(http[s]?:\/\/(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*(),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+)/g, /https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b[-a-zA-Z0-9()@:%_+.~#?&//=]*/g,
function (url: string) { function (url: string) {
return `\`${url}\``; return `\`${url}\``;
}, },