mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.33k stars 32 forks source link

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

Closed mfontanini closed 4 months ago

mfontanini commented 4 months ago

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.