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.
We've just sent you a message.Please confirm access via Telegram
The header contain <strong> but missing in IV.
If you don't know how to format headers, just wrap_inner with <a>
First way:
@wrap_inner(<a>): //*[self::h1 or self::h2 or self::h3 or self::h4 or self::h5 or self::h6]
second way:
@wrap_inner(<a>): $body//*[starts-with(name(), "h")][string-length(name())=2]