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
Comments that don't have a space between "%" and "#" get ignored.
Example input:
<%# A comment WITHOUT a space after percent sign - this gets ignored %>
<% # A comment WITH a space after percent sign - this gets converted to HAML %>
Output of html2haml from the above:
- # A comment WITH a space after percent sign - this gets converted to HAML
Tested with html2haml 2.0.0 and ruby 2.3.1p112
The text was updated successfully, but these errors were encountered:
Comments that don't have a space between "%" and "#" get ignored.
Example input:
Output of html2haml from the above:
Tested with html2haml 2.0.0 and ruby 2.3.1p112
The text was updated successfully, but these errors were encountered: