Browse Source

Updating docs for Blade comments

Aaron Kuzemchak 12 years ago
parent
commit
75033f6287
1 changed files with 6 additions and 0 deletions
  1. 6 0
      laravel/documentation/views/templating.md

+ 6 - 0
laravel/documentation/views/templating.md

@@ -129,6 +129,12 @@ Blade makes writing your views pure bliss. To create a blade view, simply name y
 		{{-- This is a comment --}}
 		{{-- This is a comment --}}
 		...
 		...
 	@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.