文档
要防止某个标题被编号、且不出现在目录 中,请在最后一个 # 符号后追加一个 !。例如:#!、##!、###! 等。
#
!
#!
##!
###!
```markdown .center #! My document ## Introduction .loremipsum ```
注意:通过 .heading 禁用所有可选标记的标题,等价于一个装饰性标题:.heading {My decorative heading} depth:{2} numbered:{no} indexed:{no} breakpage:{no}
注意:通过 .heading 禁用所有可选标记的标题,等价于一个装饰性标题:
.heading
.heading {My decorative heading} depth:{2} numbered:{no} indexed:{no} breakpage:{no}