Problem or motivation
i personally don't consider it an issue for a section to contain no content, when followed by subheadings, because those subheadings should be considered part of the parent heading's content
Proposed solution
an option for no-empty-sections to allow "empty" sections as long as it contains subheadings
Alternatives considered
No response
Feature category
Improve existing rule
Example markdown
<!-- this should be fine: -->
# H1
## H2
content...
<!-- but this isn't: -->
# H1
# H1
content...
Contribution
Additional context
No response
Problem or motivation
i personally don't consider it an issue for a section to contain no content, when followed by subheadings, because those subheadings should be considered part of the parent heading's content
Proposed solution
an option for
no-empty-sectionsto allow "empty" sections as long as it contains subheadingsAlternatives considered
No response
Feature category
Improve existing rule
Example markdown
Contribution
Additional context
No response