Is your feature request related to a problem? Please describe.
Generating text/images/svg can slow down rendering a lot.
Describe the solution you'd like
Allow to cache things either during serve (memory), or across multiple builds (filesystem).
A cache
option could be added. If boolean value, use hash of the code block's contents as ID.
Otherwise use cache
option value as ID. Only useful for cross-builds cache.
Items can then be deleted from the cache by deleting the files in /tmp with the ID as name.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too