minify regex rule

This commit is contained in:
ghost 2024-02-26 03:11:26 +02:00
parent d66734766f
commit 0973828a82

View File

@ -236,7 +236,7 @@ class Reader
if ($raw) if ($raw)
{ {
$lines[] = preg_replace( $lines[] = preg_replace(
'/^\s*```/', '/^```/',
' ```', ' ```',
$line $line
); );