mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-01-29 16:24:13 +00:00
minify regex rule
This commit is contained in:
parent
d66734766f
commit
0973828a82
@ -236,7 +236,7 @@ class Reader
|
||||
if ($raw)
|
||||
{
|
||||
$lines[] = preg_replace(
|
||||
'/^\s*```/',
|
||||
'/^```/',
|
||||
' ```',
|
||||
$line
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user