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