Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: avoid re-rendering code output and auto rendered blocks #280

Merged
merged 1 commit into from
Jul 7, 2024

Conversation

mfontanini
Copy link
Owner

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.

@mfontanini mfontanini merged commit 139885b into master Jul 7, 2024
6 checks passed
@mfontanini mfontanini deleted the feat/avoid-re-rendering branch July 7, 2024 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant