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
Consider this example:
<%= component_page do %> <%= code_example " Text " %> <% end %>
On each save, Text gets indented another level:
Text
<%= component_page do %> <%= code_example " Text " %> <% end %> <!-- and... --> <%= component_page do %> <%= code_example " Text " %> <% end %>
I'd love to provide a PR but could really use a pointer for where to start.
The text was updated successfully, but these errors were encountered:
We're experiencing a similar issue. The multiline string continues to indent with each run.
Sorry, something went wrong.
No branches or pull requests
Consider this example:
On each save,
Text
gets indented another level:I'd love to provide a PR but could really use a pointer for where to start.
The text was updated successfully, but these errors were encountered: