You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using a snippet that contains blade, the documentation page will no longer load in a browser
To Reproduce
Steps to reproduce the behavior:
<ahref="{{route('auth.social.login', ['google']) }}">Log in with Google</a>
<ahref="{{route('auth.social.login', ['github']) }}">Log in with Github</a>
Place this snippet anywhere in a larecipe markdown file.
Expected behavior
It should show blade syntax as just text.
Desktop (please complete the following information):
OS: MacOS
Browser Chrome
Additional Information
I even tried using { and } for the braces but it just displays them as is instead of converting to curly brackets.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using a snippet that contains blade, the documentation page will no longer load in a browser
To Reproduce
Steps to reproduce the behavior:
Place this snippet anywhere in a larecipe markdown file.
Expected behavior
It should show blade syntax as just text.
Desktop (please complete the following information):
Additional Information
I even tried using
{
and}
for the braces but it just displays them as is instead of converting to curly brackets.The text was updated successfully, but these errors were encountered: