garysieling / jquery-highlighttextarea

http://garysieling.github.io/jquery-highlighttextarea/
156 stars 75 forks source link

RegEx dosn't work #79

Open fglueck opened 7 years ago

fglueck commented 7 years ago

The sample does not work and my own expressions does not work, too. words: ['(\.*?[\])']

domeix commented 3 years ago

Apparently there are some problems with the HTML-Tags and the $in the example, as the highlighting works after deleting $. The highlighting is shifted to the right, because of the <ul> beeing printed directly without escaping. grafik grafik

Maybe some overlap with #90.

domeix commented 3 years ago

Weird. Working on my own server with an old jQuery 1.8. grafik