diff --git a/README.md b/README.md index 1d61af2..d32262b 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,16 @@ You can control the counter style type and delimiter. There are two special type ![Specified String](images/specified-string.jpg) -In addition, for the *Ignore the single heading at the top-level* setting item, if the top-level has only a single heading, exclude it when building an unordered list. For example: +In addition, for the *Ignore the single heading at the top-level* setting, if the top-level has only a single heading, exclude it when building an unordered list. For example: ![Ignore the single heading at the top-level](images/ignore-single-heading.jpg) +For the *Allow zero level* setting, if the next heading is more than one level higher, the omitted level is zero instead of one. For example: + +| Default | Allow zero level | +| :-----: | :--------------: | +| ![omitted](images/omitted.jpg) | ![zero level](images/zero.jpg) | + ### Unordered Directly decorate the heading according to the level. For example, using `H1 H2 H3 H4 H5 H6`: diff --git a/images/omitted.jpg b/images/omitted.jpg new file mode 100644 index 0000000..bc31e16 Binary files /dev/null and b/images/omitted.jpg differ diff --git a/images/zero.jpg b/images/zero.jpg new file mode 100644 index 0000000..a1934f5 Binary files /dev/null and b/images/zero.jpg differ