<details>
```
# not code
```
</details>
<details>
```
# not code
```
</details>
虽然我最常遇到的是代码块(鉴于我们运行的是一个编程语言论坛),但它也适用于其他 Markdown“块”语法:
<details><summary>例如,标题</summary>
# not headers
This is the code for this block:
````md
<details><summary>例如,标题</summary>
# not headers
This is the code for this block:
```md
(stack overflow)
```
</details>