You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the docs, it looks like the twitter and OG social media metadata might keep any HTML tags used in the description. At least they are escaped, so maybe this is by design, but it might be worth removing the tag altogether.
<metaname="twitter:description" content="<strong>Microsoft Teams</strong> is a collaboration hub for Office 365 where Educators can organize student groups into classes with content, conversations, apps, and assignments all in one place." />
<metaproperty="og:description" content="<strong>Microsoft Teams</strong> is a collaboration hub for Office 365 where Educators can organize student groups into classes with content, conversations, apps, and assignments all in one place." />
The text was updated successfully, but these errors were encountered:
When I set up a local version of makecode, the same page, /online-learning, seems to take the description from pxtarget.json. I wonder why it's not doing the same for the production site.
In the docs, it looks like the twitter and OG social media metadata might keep any HTML tags used in the description. At least they are escaped, so maybe this is by design, but it might be worth removing the tag altogether.
For example in this page, the
<strong>
tags end up in the card:https://makecode.microbit.org/online-learning
And in the HTML we see:
The text was updated successfully, but these errors were encountered: