## 1. Description `InnerStartIndex` value is wrong in nested elements when sequence is escaped. ## 3. Fiddle or Project Provide a Fiddle that reproduce the issue: https://dotnetfiddle.net/zi7dBK If you change line 14 to this: ``` var html = """<p class="test"><span class="text">Hola, soy Carlos. <br> Encantado <a href="#popup">de ayudarte</a>.</span></p>"""; ``` It works. ## 4. Any further technical details - HAP version: 1.11.50. - NET version: net6.0.