Things I have tried
What I’m trying to do
I’m trying to have collapsible code blocks. But:
<details>
<summary>Code</summary>
// code block surrounded by triple back-ticks
</details>
does not work
From looking at this thread: Folding in preview - #128
it seems like code blocks don’t work inside collapsible sections. Is there a good workaround?