pbelyaev / laravel-blade-compiler

[NOT MAINTAINED] NPM Package that compiles Blade template language to HTML
MIT License
9 stars 4 forks source link

Sections with @endsection on the end doesn't work #1

Closed pbelyaev closed 8 years ago

pbelyaev commented 8 years ago

Sections with @endsection on the end doesn't work.

For example:

@section('name')
    <p>Section content.</p>
@endsection
pbelyaev commented 8 years ago

Add @endsection in the regular expression.