fix closing raw code|file tag

This commit is contained in:
ghost 2024-02-06 12:21:44 +02:00
parent c4eee5c07f
commit 880ffa2c3d

View File

@ -198,7 +198,7 @@ class Reader
$lines[] = '```';
$lines[] = preg_replace(
'/<(code|file)[^>]*>/i',
'/<\/?(code|file)[^>]*>/i',
'',
$line
);