Support section and adding code

Hey!
For channels and videos there is a section « Support », where I can post information about monetization. This section supports several elements of Markdown markup.
I have a ready-made HTML monetization form. Tell me, how can I add HTML code to this field so that it works?

Here is an example of such code

<iframe src="https://yoomoney.ru/quickpay/shop-widget?writer=seller&targets=%D0%9F%D0%BE%D0%B4%D0%B4%D0%B5%D1%80%D0%B6%D0%BA%D0%B0%20PeerVideo&targets-hint=&default-sum=&button-text=11&hint=&successURL=&quickpay=shop&account=41001567771148" width="423" height="222" frameborder="0" allowtransparency="true" scrolling="no"></iframe>

Since the support field is federated, I’m not sure every instance wants their users to load random scripts in iframes ; that’s the reason why iframes are sanitized out of that field.

However, you are free to create a plugin that transforms your support field on your instance to show that iframe.