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
Currently, the markdowntextblock supports bold text (**bold text**), italic text (*italic text*), but, unlike the vast majority of markdown parsers, it does not support bold and italic text (***bold and italic text***). I don't know how complicated this would be to add, but it feels like quite an important feature of markdown that's not functional.