Describe the bug
I try to add a navigation link to some route on my website. I try to use route('register') inside a markdown/documentation file in Larecipe, like this:
[Some link]({{ route('some_link') }})
But it causes a syntax error:
ParseError: syntax error, unexpected token "&" in /var/www/app/vendor/binarytorch/larecipe/src/Traits/HasBladeParser.php(25) : eval()'d code:62
To Reproduce
Steps to reproduce the behavior:
- Go to your Larecipe documentation.
- Add a link using Blade syntax {{ route('some_link') }} inside markdown content for link creation in
().
- Save and view the page.
- See the parse error described above.
Expected behavior
A link to the register route should render correctly in the documentation without causing any syntax errors.
Used
"binarytorch/larecipe": "^2.8",
"laravel/framework": "^11.28",
Describe the bug
I try to add a navigation link to some route on my website. I try to use route('register') inside a markdown/documentation file in Larecipe, like this:
But it causes a syntax error:
To Reproduce
Steps to reproduce the behavior:
().Expected behavior
A link to the register route should render correctly in the documentation without causing any syntax errors.
Used