Missed header. It's nested in a <p> and should simply be taken out of it, or it shows up as paragraph text (header nested in <p> is a pretty common case). In this case it's also nested in an <a> tag but I guess preserving the <a> is optional. You should rather use ancestor::p instead of parent::p which is too restrictive and it wouldn't be a problem.
Header in source should remain header in IV though.
Log in here to create Instant View templates. Please enter your phone number in the international format and we will send a confirmation message to your account via Telegram.
It's nested in a <p> and should simply be taken out of it, or it shows up as paragraph text (header nested in <p> is a pretty common case).
In this case it's also nested in an <a> tag but I guess preserving the <a> is optional. You should rather use ancestor::p instead of parent::p which is too restrictive and it wouldn't be a problem.
Header in source should remain header in IV though.