Open
Description
Describe the issue
The header tags in this inline documentation are breaking jsii-docgen
generated docs because they're being added as H2 tags on pages where they should probably H4 (if even headers at all). I know this isn't necessarily an AWS CDK issue, but if the header tags aren't really needed, it seems like an easy fix to remove it.
I mean does this really need to be H2? 😅
Links
aws-cdk/packages/aws-cdk-lib/core/lib/stack.ts
Line 1174 in 6a7a24a