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
Hello, I'm trying to get the same behavior for :xhtml option as in Haml 5, but it doesn't work.
config/initializers/haml.rb Haml::Template.options[:format] = :xhtml
Haml::Template.options[:format] = :xhtml
app/views/test/index.html.haml %p{ selected: true, data: { boolean_true: true, boolean: false } }
%p{ selected: true, data: { boolean_true: true, boolean: false } }
Result:
https://github.com/back2war/haml6-test
Could you please advise how to get XHTML like attributes?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I'm trying to get the same behavior for :xhtml option as in Haml 5, but it doesn't work.
config/initializers/haml.rb
Haml::Template.options[:format] = :xhtml
app/views/test/index.html.haml
%p{ selected: true, data: { boolean_true: true, boolean: false } }
Result:
https://github.com/back2war/haml6-test
Could you please advise how to get XHTML like attributes?
The text was updated successfully, but these errors were encountered: