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
Whenever I introduce the lower than symbol "<" in a textare the highlighting does not work properly, it does not highlight the words I set to highlight. maybe a flag or something to disable this ?
The text was updated successfully, but these errors were encountered:
The problem lies in the fact that the regexes in the words list are run through an HTML pass, so the less-than symbol is getting converted into < in the regex. This is actually wrong. Not sure why word content is being changed to HTML since the word regex applies to the value of the textarea, not the HTML display of it as far as I can tell.
Whenever I introduce the lower than symbol "<" in a textare the highlighting does not work properly, it does not highlight the words I set to highlight. maybe a flag or something to disable this ?
The text was updated successfully, but these errors were encountered: