fix inline tags cleanup

This commit is contained in:
ghost 2024-02-04 18:27:18 +02:00
parent 676851ce55
commit 6ddee5cb56

View File

@ -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