This commit is contained in:
Hugo 2025-09-15 14:14:22 +01:00
parent 55d31bd24b
commit b302224f60
2 changed files with 4 additions and 4 deletions

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>'
},