Single quotes issue on html attributes #121
-
Hello, I'm having an issue with single quotes html attributes which are not replaced by double quotes and instead just throw an error. Is that intended or am I misusing the package ? Here's the error :
This is just for a simple code snippet: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is a bug. I never have to worry about single/double quote since it has been handled by editor/IDE autocomple feature. In the meantime you need to manually search/replace using your editor. |
Beta Was this translation helpful? Give feedback.
This is a bug. I never have to worry about single/double quote since it has been handled by editor/IDE autocomple feature.
In the meantime you need to manually search/replace using your editor.