Good day,
I'm stuck with a problem this morning. I found out that content property which is nice but I can't use HTML entities in it.
More specifically, I would like to use the é
This is what I tried: content: 'test with eacute \233'; but the result is test with eacute ÿ
I've also tried \0233, \0233c, \233c
I don't want to change my page's encoding.
Thank you in advance guys!
contentproperty sucks IMO. That said, usingéshould work, shouldn't it?<string>to thecontentproperty then it is specified that it is text and not markup.