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 does not get trimmed down - is that intended?
= text_area_tag :export_field_ecomm_email_demo_content, @saved_search.typed_configuration&.dig('list_preview', 'description_markdown'), class: "input textarea", rows: 18
It stays on a single line.
Another example: This actually make it NOT respect the printWidth.
= text_area_tag :export_field_ecomm_email_demo_content, | @saved_search.typed_configuration&.dig('list_preview', 'description_markdown'), | class: "input textarea", rows: 18
The text was updated successfully, but these errors were encountered:
Yeah this is a dup of ruby-syntax-tree/syntax_tree-haml#4. It's a known issue because of HAML's weird indentation rules.
Sorry, something went wrong.
No branches or pull requests
This does not get trimmed down - is that intended?
It stays on a single line.
Another example: This actually make it NOT respect the printWidth.
The text was updated successfully, but these errors were encountered: