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
Normally markdown editor should support html tag but if you write some thing like <a>hi</a> it'll become something like this <p><a>hi</a></p this should be fine but how about <h1>hi</h1> it'll become <p><h1>hi</h1></p> where the browser will show