Skip to content

Commit

Permalink
Replace tab spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea authored Jun 25, 2024
1 parent 01577ae commit e27d667
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Illuminate/Support/Str.php
Original file line number Diff line number Diff line change
Expand Up @@ -641,11 +641,11 @@ public static function markdown($string, array $options = [], array $extensions
{
$converter = new GithubFlavoredMarkdownConverter($options);

$environment = $converter->getEnvironment();
$environment = $converter->getEnvironment();

foreach ($extensions as $extension) {
$environment->addExtension($extension);
}
foreach ($extensions as $extension) {
$environment->addExtension($extension);
}

return (string) $converter->convert($string);
}
Expand Down

0 comments on commit e27d667

Please sign in to comment.