I’ve added the Shopify app-bridge Modal by using this doc. https://shopify.dev/docs/api/app-bridge/previous-versions/actions/modal.
const modalOptions = {
title: 'My Modal',
message: 'Hello world!',
};
But how can I add my HTML tags means
, , and more instead of the only text in the message field?
