Page meta

Filename:

escape-test-markdown

Extension:

md

Path:

/escape-test-markdown

BASE URL:

http://jigsaw-test.dev

URL:

http://jigsaw-test.dev/escape-test-markdown

Global Variable:

some global variable

Testing Escaping

Can we have php opening tags here?


Start...


<?php
// Test comment...

public function store()
{
    $test = true;
    {{ a-blade-echo-that-should-remain-in-markdown }}
    {!! a-blade-danger-echo-that-should-remain-in-markdown !!}
}

End.