Summary:
1. Define an "A" style in style sheet, e.g.
linkIdFirstCharacterIndex gets bumped, for example text block in
MarkupTag_A() test:
<a href="https://www.longDummyURL.com">test A tag</a>, the linkIdFirstCharacterIndex should be 9, based on <a href=", but the value is 15.
Extra Notes:
Correct value will be returned when the A style gets removed.
To reproduce, pull [Internal link] and run
MarkupTag_A() test.
Tested on 2023.1 and reproducible on 2022.2.