We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c6d60 commit 4a96436Copy full SHA for 4a96436
app/Markdown/MarkdownServiceProvider.php
@@ -57,6 +57,8 @@ public function register(): void
57
$environment->addExtension(new GithubFlavoredMarkdownExtension);
58
$environment->addExtension(new MentionExtension);
59
$environment->addExtension(new ExternalLinkExtension);
60
+ info('EmbedExtension');
61
+ logger()->error('test');
62
$environment->addExtension(new EmbedExtension);
63
64
return new LeagueConverter(new MarkdownConverter($environment));
0 commit comments