mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-04-01 09:25:29 +00:00
minify regex rule
This commit is contained in:
parent
d66734766f
commit
0973828a82
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ class Reader
|
||||||
if ($raw)
|
if ($raw)
|
||||||
{
|
{
|
||||||
$lines[] = preg_replace(
|
$lines[] = preg_replace(
|
||||||
'/^\s*```/',
|
'/^```/',
|
||||||
' ```',
|
' ```',
|
||||||
$line
|
$line
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue