Skip to content

Commit 5e9e5cf

Browse files
Is bladehtml code block also recognized by Github?
1 parent 287c0dc commit 5e9e5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Menu::get('sidebar')->render('ul');
3030

3131
Besides these, you can also simply use the menus in Blade templates and render them using foreach loops:
3232

33-
```blade
33+
```bladehtml
3434
<div class="menu">
3535
@foreach($menu->items as $item)
3636
@if($item->isAllowed())

0 commit comments

Comments
 (0)