Page meta

Filename:

index

Extension:

blade.php

Path:

/2

BASE URL:

http://jigsaw-test.dev

URL:

http://jigsaw-test.dev/2

Global Variable:

some global variable

Pagination

Testing default perPage: 4

Current page: 2

Total pages: 4

Test of a local variable: Successful!

<< < 1 2 3 4 > >>

My Third Post

by Keith Damiani · 03/01/2016 · Number 4

My Fourth Post

by Matt Stauffer · 04/01/2016 · Number 3

A Blade/Markdown hybrid.

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.md files, section can be omitted (as it can in any .md file).

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')

  • @include('include-test-text')