Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blade syntax break resolution #28

Closed
stygiansabyss opened this issue Sep 17, 2018 · 2 comments · Fixed by #35
Closed

Blade syntax break resolution #28

stygiansabyss opened this issue Sep 17, 2018 · 2 comments · Fixed by #35
Labels
bug Something isn't working

Comments

@stygiansabyss
Copy link

stygiansabyss commented Sep 17, 2018

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:

    <a href="{{ route('auth.social.login', ['google']) }}">Log in with Google</a>
    <a href="{{ 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 &#123; and &#125; for the braces but it just displays them as is instead of converting to curly brackets.

@saleem-hadad
Copy link
Owner

Thank you @stygiansabyss for addressing this issue, we'll work on solving it.
Please suggests your solution if you have one.

@saleem-hadad saleem-hadad added the bug Something isn't working label Sep 18, 2018
@saleem-hadad
Copy link
Owner

@stygiansabyss This issue has been solved by @phannaly and it will be available in the next version. See (#35)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants