Walk the brief body line-by-line and return the first ### … heading + its first prose paragraph that occur inside the matched ## … block. Returns null when the matched block does not contain a ### … sub-heading.
### …
## …
null
Brief body (SPDX preamble already stripped)
Lower-case ## … whitelist
Locale (drives boilerplate stem patterns)
First {subHeading, paragraph} pair under the matched section, or null when no sub-heading exists
{subHeading, paragraph}
Walk the brief body line-by-line and return the first
### …heading + its first prose paragraph that occur inside the matched## …block. Returnsnullwhen the matched block does not contain a### …sub-heading.