### Feature Overview Some Nginx modules define new configuration blocks with a bunch of directives there, e.g. http://nginx.org/en/docs/http/ngx_http_upstream_module.html (and there many more examples in N+). It would be helpful to see such subdirectives indented in the TOC, i.e. instead of ``` Directives upstream server zone state ... ``` it should be ``` Directives upstream server zone state ... ``` ### Alternatives Considered _No response_ ### Additional Context _No response_