just formatted
This commit is contained in:
@@ -13,7 +13,7 @@ namespace mirzaev;
|
||||
* @return string Escaped text
|
||||
*/
|
||||
function unmarkdown(string $text, array $exceptions = []): string
|
||||
{
|
||||
{
|
||||
// Initializing the registry of characters for escaping
|
||||
$from = array_diff(
|
||||
[
|
||||
@@ -46,4 +46,4 @@ function unmarkdown(string $text, array $exceptions = []): string
|
||||
|
||||
// Escaping the text and exit (success)
|
||||
return str_replace($from, $to, $text);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user