<!-- This generates Heading in TOC → -->
<div>
### Heading
</div>
<!-- This DOES NOT generate Heading in TOC → -->
<div>
<div>
### Heading
</div>
</div>
<!-- This DOES NOT generate Heading in TOC → -->
<details>
<summary>
### Heading
</summary>
Some content here
</details>
Version
@nuxt/content: v1.14.0
nuxt: v2.15.7
Steps to reproduce
What is Expected?
Headings should be generated even if present inside some random Divs or at least if present inside
summarytag. This is very common use-case while adding FAQs.Or, at least an option should be given in
nuxt.config.jsincontentas to the depth/nesting of the elements up to which Headings will be generated even if written in them