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 ): string
{ {
return preg_replace( return preg_replace(
'~(@[A-z0-9]{64})~i', '~@([A-z0-9]{64})~i',
'[$1](#$1)', '[@$1](#$1)',
$text $text
); );
} }