sean0x42/Extract Markdown Section

Extract sections of a markdown file with a regular expression

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
fileThe input fileyes
patternPattern to match against headingsyes
case-sensitiveTreat pattern as case sensitivefalse
include-all'Print all matching sections (don't quit after first match)' false
no-print-matched-headingDo not include the matched heading in the outputfalse
namedescription
markdownThe extracted Markdown section body.