Hello, I just tried out this plugin and first of all: it's SO good, thank you!
However, we have a few strings where we use <br> as HTML line-breaks. Those tags aren't supposed to be closed but we get warnings/errors for those. I'd love to be warned about unclosed HTML tags but not those which don't need closing.
I know I can use <br/> or <br></br> everywhere but their behavior is almost random across different browsers and not typical HTML anyway.
It may well be I don't entirely understand how ICU works but it's what I suspect to be the problem here.
Hello, I just tried out this plugin and first of all: it's SO good, thank you!
However, we have a few strings where we use
<br>as HTML line-breaks. Those tags aren't supposed to be closed but we get warnings/errors for those. I'd love to be warned about unclosed HTML tags but not those which don't need closing.I know I can use
<br/>or<br></br>everywhere but their behavior is almost random across different browsers and not typical HTML anyway.It may well be I don't entirely understand how ICU works but it's what I suspect to be the problem here.