建立在Gaurav的答案和GH问题的基础上,这是一种在GitHub<details>
标记内使用高级格式的方法:
注意:自2016<p>
年以来的原始答案为必填项,自2017年以来,该要求在之后</summary>
(即在扩展内容之前)为空行。直到2019年的某个时候,降价促销<summary>
也不再起作用。您可以看到它非常脆弱,因为它是一种破解/解决方法,而不是受支持的功能/用例。还要注意,问题/ PR注释支持的格式不同于Wiki(例如,2020年4月的下划线摘要仅适用于Wiki,不适用于问题)。
<details>
<summary>stuff with *mark* **down** in `summary` doesn't work any more, use HTML <i>italics</i> and <b>bold</b> instead in <code><summary></code> (<i>click to expand</i>)</summary>
## *formatted* **heading** with [a](link)
```java
code block
```
<details>
<summary><u>nested</u> <b>stuff</b> (<i>click to expand</i>)</summary>
A bit more than normal indentation is necessary to get the nesting correct,
1. list
1. with
1. nested
1. items
```java
// including code
```
1. blocks
1. and continued non-nested
</details>
</details>
当前,它以下列形式呈现,预期的部分可扩展和可折叠:
初始状态
点击总结
点击嵌套摘要