As a follow up of @seancorfield announcement regarding the integration of Klipse for interactive code snippets https://clojurians.slack.com/archives/C06MAR553/p1639457930404900
It's super simple to Klipsify an article in markdown format.
You need to:
1. Add :klipse true at the beginning of the article
2. Instead of a clojure block, you make a klipse-clojure block and Boom the code snippet becomes interactive
See for instance https://github.com/clojure-doc/clojure-doc.github.io/blob/source/content/md/articles/language/laziness.md