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 a collaborative session, when user A inserts a new markdown cell, types some content in it and "executes" it so it renders, it only renders for user A, but not for all other users in the session. If user A inserts a code cell first, types in it, and then converts it to markdown cell and executes it - the markdown gets rendered for everyone in the session.