Add the ability to fold code, can add an expanded icon to the right

Page code is too much to expand when you don't need it
maybe a plugin?
just add a config
I will try If you have the time
Actually,I guess you can use <details> tag to do this.
<details>
<summary>tab name</summary>
your markdown code block.
</details>
tab name
your markdown code block.
Most helpful comment
Actually,I guess you can use
<details>tag to do this.tab name
your markdown code block.