mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-02-05 03:34:33 +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,
|
||||
|
||||
// Tags
|
||||
'/\*\*([^\*]{2,})\*\*/' => '$1',
|
||||
'/\'\'([^\']{2,})\'\'/' => '$1',
|
||||
'/\%\%([^\%]{2,})\%\%/' => '$1',
|
||||
'/\/\/([^\/]{2,})\/\//' => '$1',
|
||||
'/([^:]{1})\/\/([^\/]{2,})\/\//' => '$1 $2',
|
||||
'/\*\*/' => '',
|
||||
'/\'\'/' => '',
|
||||
'/\%\%/' => '',
|
||||
'/\/\//' => '',
|
||||
|
||||
// Links
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user