mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-04-01 01:15:28 +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)
|
||||
{
|
||||
$lines[] = preg_replace(
|
||||
'/^\s*```/',
|
||||
'/^```/',
|
||||
' ```',
|
||||
$line
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue