I am dealing lately more and more with markdown files which have Clojure code blocks in it.
(LLMs produce them in reasonable quality of text and code)
The "review" of the codeblocks is currently not very comfortable with Calva , as the files are not .clj files.
So most Calva features do not work (except 'Evaluate Current form or Selection.')
It might be a good start to be able to:
- execute such a single code block in one command
- execute all code blocks
see here as well:
https://clojurians.slack.com/archives/CBE668G4R/p1772376497234149