/

本页目录

装饰性标题

要防止某个标题被编号、且不出现在目录 中,请在最后一个 # 符号后追加一个 !。例如:#!##!###! 等。

示例 1

```markdown
.center
    #! My document

## Introduction

.loremipsum
```
Decorative heading

注意:通过 .heading 禁用所有可选标记的标题,等价于一个装饰性标题:

.heading {My decorative heading} depth:{2} numbered:{no} indexed:{no} breakpage:{no}