Filename:
pagination
Extension:
blade.php
Path:
/pagination/2
BASE URL:
http://jigsaw-test.dev
URL:
http://jigsaw-test.dev/pagination/2
Global Variable:
some global variable
by Keith Damiani · 03/01/2016 · Number 4
by Matt Stauffer · 04/01/2016 · Number 3
This filename ends with blade.md and is processed by both the Blade parser (first) and then the Markdown parser (second).
So you can mix {{ strtoupper($page->some_variable) }} and Markdown directives in the same file.
Note that in
blade.mdfiles,sectioncan be omitted (as it can in any.mdfile).
You can also include any type of file, which will get parsed based on its own file type:
@include('include-test-markdown')
@include('include-test-blade')
@include('include-test-both')