We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This package formats (indents) markdown email templates in /views/emails and thus breaks it. Per Laravel docs.
Do not use excess indentation when writing Markdown emails. Markdown parsers will render indented content as code blocks.
The text was updated successfully, but these errors were encountered:
I have over 50 different email views. This was very annoying to correct.
Sorry, something went wrong.
feat: 🎸 ignore files specified in .bladeignore
57e76b7
#198, #9
Recently released https://github.com/shufo/blade-formatter/releases/tag/v1.10.0 with ignore option.
To workaround this issue, create file .bladeignore like below
.bladeignore
resources/views/email/*
will ignore formatting on target files.
shufo
No branches or pull requests
This package formats (indents) markdown email templates in /views/emails and thus breaks it. Per Laravel docs.
Do not use excess indentation when writing Markdown emails. Markdown parsers will render indented content as code blocks.
The text was updated successfully, but these errors were encountered: