You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add some boolean attributes. They are not standard, but i would like to specify them as an option in the config.
For example, to render a valid version of my page on Google AMP, I need to include several custom boolean attributes, and the page does not validate if they are not exactly as described. These attributes include amp⚡ and other amp specific attributes.
The text was updated successfully, but these errors were encountered:
For some performance reasons, I don't want to add an option for that. Haml is slow because the number of options required on runtime is large. The option must make performance worse unless the option is a singleton.
I would like to add some boolean attributes. They are not standard, but i would like to specify them as an option in the config.
For example, to render a valid version of my page on Google AMP, I need to include several custom boolean attributes, and the page does not validate if they are not exactly as described. These attributes include
amp
⚡
and other amp specific attributes.The text was updated successfully, but these errors were encountered: