This changes the logic that processes the async rendered blocks (code execution output and typst/mermaid/latex +render snippets) to avoid re-rendering. Before this was okay as it only affected code execution but now that conversion to images also happens asynchronously this can cause some unnecessary flickering.
This changes the logic that processes the async rendered blocks (code execution output and typst/mermaid/latex
+render
snippets) to avoid re-rendering. Before this was okay as it only affected code execution but now that conversion to images also happens asynchronously this can cause some unnecessary flickering.