目 录CONTENT

文章目录

Markdown语法入门

Stars-one
2018-08-19 / 0 评论 / 0 点赞 / 2 阅读 / 0 字

实现展开的效果
FAQ:

what is the meaning of life? some say it is __42__, some say it is still unknown.

应该按照下面的方式写 (加上detailssummary标签即可)

__FAQ__:

<details><summary>what is the meaning of life?</summary>

some say it is __42__, some say it is still unknown.
</details>
0

评论区