Updating docs for Blade comments

This commit is contained in:
Aaron Kuzemchak 2012-06-04 14:51:42 -04:00
parent 3d7dc61697
commit 75033f6287
1 changed files with 6 additions and 0 deletions

View File

@ -130,6 +130,12 @@ #### Blade comments:
... ...
@endif @endif
{{--
This is
a multi-line
comment.
--}}
> **Note:** Blade comments, unlike HTML comments, are not visible in the HTML source. > **Note:** Blade comments, unlike HTML comments, are not visible in the HTML source.
<a name="blade-layouts"></a> <a name="blade-layouts"></a>