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 think the ="" after the HTML attribute is automatically appended by browser during parsing your HTML.
To avoid this, use hljs source or hljs include to bypass the browser's parsing mechanism.
Somehow the hljs directive adds empty parameters to attributes.
Let's say I have this directive declaration:
After applying your hljs directive, it becomes:
Can you help to fix this? Thanks.
The text was updated successfully, but these errors were encountered: