Is it possible to embed the contents of other files as collapsible sections in other files? I want to provide code examples in addition to text, but separate every example to its own file
slurp with code hidden?
I want users to be able to see the code and its results, not just the contents 🤔 It's probably not clear from the description, but the code examples should be evaluated normally like they would be in clerk
clerk/html + <details> tag might be enough; nested viewers can handle the rest
doc or example of nested viewers would be very much appreciated 🙏