yiisoft / yii2-apidoc

Yii 2 apidoc extension.
https://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
258 stars 121 forks source link

Multiple TOC rendered if there are multiple h1 in markdown #176

Closed machour closed 5 years ago

machour commented 5 years ago

What steps will reproduce the problem?

Use this markdown in guide:

# TOC Test

# Another h1

## Sub 1

## Sub 2

What's expected?

A single TOC rendered

What do you get instead?

Multiple toc rendered, one by first level heading encountered in the doc

Additional info

Problem originally detected in https://github.com/yiisoft-contrib/yiiframework.com/issues/303

Q A
Yii vesion 2.0.17
Yii APIDoc version dev-master
PHP version 7.3
Operating system macOs