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.
Update Graphviz to latest build; make Graphviz output a block element, not an
inline element.
Allow creating Mermaid and Graphviz diagrams using simpler code block syntax.
Support math free of Markdown escaping. This is a backward-incompatible
change: you must manually remove Markdown escaping from math written before
this release.
Fix failures when trying to edit a doc block which contains only diagrams.
Fix data corruption bug after sending a re-translation back to the Client.
Correct incorrect whitespace removal in Graphviz and Mermaid diagrams.