Telegram's instant view API: Element <img> is not supported in <p> – Telegram API
I have problem when trying to create my Telegram's Instant View template, with this error: Element <img> is not supported in <p>: <img src="mysrc" /> So, I decided to replace tag <p> if has <img> tag with <figure> tag @replace_tag(<figure>):…