This commit is contained in:
ghost 2023-12-06 23:54:01 +02:00
parent d64377f3e3
commit bde85b1707

View File

@ -164,8 +164,8 @@ class AppExtension extends AbstractExtension
): string
{
return preg_replace(
'~(@[A-z0-9]{64})~i',
'[$1](#$1)',
'~@([A-z0-9]{64})~i',
'[@$1](#$1)',
$text
);
}