mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-02-10 14:14:18 +00:00
fix inline tags cleanup
This commit is contained in:
parent
676851ce55
commit
6ddee5cb56
@ -31,11 +31,10 @@ class Reader
|
|||||||
'/^[\s]*[=]{1}([^=]+)[=]{1}/' => '### $1' . PHP_EOL,
|
'/^[\s]*[=]{1}([^=]+)[=]{1}/' => '### $1' . PHP_EOL,
|
||||||
|
|
||||||
// Tags
|
// Tags
|
||||||
'/\*\*([^\*]{2,})\*\*/' => '$1',
|
'/\*\*/' => '',
|
||||||
'/\'\'([^\']{2,})\'\'/' => '$1',
|
'/\'\'/' => '',
|
||||||
'/\%\%([^\%]{2,})\%\%/' => '$1',
|
'/\%\%/' => '',
|
||||||
'/\/\/([^\/]{2,})\/\//' => '$1',
|
'/\/\//' => '',
|
||||||
'/([^:]{1})\/\/([^\/]{2,})\/\//' => '$1 $2',
|
|
||||||
|
|
||||||
// Links
|
// Links
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user