Skip to content

Commit f27647b

Browse files
committed
wip
1 parent 5a3e464 commit f27647b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/examples.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ class XeroController extends Controller
5050
*resources\views\xero.blade.php*
5151

5252
{% raw %}
53+
```bladehtml
5354
@extends('_layouts.main')
5455
5556
@section('content')
@@ -72,6 +73,7 @@ class XeroController extends Controller
7273
</a>
7374
@endif
7475
@endsection
76+
```
7577
{% endraw %}
7678
*routes/web.php*
7779

0 commit comments

Comments
 (0)