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
The plugin doesn't see a tag if its start and end angle braces are not on the same line.
E.g.: <a href='#'>...</a>
is hightlighted correct, but
<a
href='#'
>...<a>
is not correct for the plugin.
The text was updated successfully, but these errors were encountered:
kshcherbakov
changed the title
A teg is not visible for plugin if start and end angle braces are not on the same line
A tag is not visible for the plugin if start and end angle braces are not on the same line
Nov 13, 2020
The plugin doesn't see a tag if its start and end angle braces are not on the same line.
E.g.:
<a href='#'>...</a>
is hightlighted correct, but
is not correct for the plugin.
The text was updated successfully, but these errors were encountered: