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
Converting <i>some text </i> to Markdown leads to *some text * instead of *some text*, which means that going back and forth between HTML and markdown gives differing results.
Converting
<i>some text </i>to Markdown leads to*some text *instead of*some text*, which means that going back and forth between HTML and markdown gives differing results.