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
As input, I would say that I think we should support the basic formating tags like <em>, <strong>, <i>, <b>, etc.
As if you want to bold a word, you really don't want to have to go create a CSS class for this and do something like
<mr-text>This is a <mr-textclass="bold">bold</mr-text> word.</mr-text>
This is a catch all for text. We need:
<mr-text> parent <mr-text> child </mr-text><mr-text>
)<mr-text> parent <mr-text style="color: blue"> child </mr-text><mr-text>
)The text was updated successfully, but these errors were encountered: