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
Slightly odd one. I've noticed that you can create inline code and if you hit space directly after the closing ` then it's fine. However, if you don't hit space and instead hit return or press the right arrow, you get stuck in inline code mode. This is particularly problematic in list items which is how I discovered it.
I think it would make sense that if the cursor is at the end of an inline code block and you press the right arrow, the cursor should skip outside of the code block if that makes sense?