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
Re-translate Markdown documents as necessary. This causes math written in the
Client to immediately be rendered, instead of needing to switch to the IDE and
perform an edit.
Ignore re-translations if the Client contents is dirty; overwrite Client
contents when dirty when an IDE update arrives. This prevents data corruption.
Correctly mark Client contents as clean after sending an update to the IDE,
instead of waiting until the IDE's response arrives. This prevents cases where
the Client edits didn't update IDE text.