From 75033f6287445d2bc10d779074511812363d96cc Mon Sep 17 00:00:00 2001 From: Aaron Kuzemchak Date: Mon, 4 Jun 2012 14:51:42 -0400 Subject: [PATCH] Updating docs for Blade comments --- laravel/documentation/views/templating.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/laravel/documentation/views/templating.md b/laravel/documentation/views/templating.md index 8849f0e1..c0d7b2fa 100644 --- a/laravel/documentation/views/templating.md +++ b/laravel/documentation/views/templating.md @@ -129,6 +129,12 @@ #### Blade comments: {{-- This is a comment --}} ... @endif + + {{-- + This is + a multi-line + comment. + --}} > **Note:** Blade comments, unlike HTML comments, are not visible in the HTML source.