This commit is contained in:
Hugo 2025-09-15 14:16:50 +01:00
parent b302224f60
commit c9bffad45e

View file

@ -266,7 +266,7 @@ const transformLinks = (text: string): string =>
},
{
name: 'GitLab',
find: /\/ \[GitLab\]\(([^\)]*?)\)/gm,
find: /(?<=\/ )\[GitLab\]\(([^\)]*?)\)/gm,
replace:
'<a target="_blank" href="$1"><div alt="GitLab" class="i-carbon:logo-gitlab" /></a>'
},