Is it possible to freeze mermaid images so that they don't re-render eah time? #7304
Unanswered
jasonacollins
asked this question in
Q&A
Replies: 1 comment
-
It's currently not possible, and won't be for the short-to-medium time frame. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
My quarto blog has 'freeze: auto' as an execution option (set in the _quarto.yml file), with code only re-rendered during a global re-render in case of change.
The 'auto' option does not seem to apply to mermaid code blocks, which re-render every time.
Is it possible to freeze mermaid code blocks? If so, how? (If not, it would be a valuable feature.)
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions