sean0x42/Extract Markdown Section
Extract sections of a markdown file with a regular expression
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | The input file | yes | — |
| pattern | Pattern to match against headings | yes | — |
| case-sensitive | Treat pattern as case sensitive | — | false |
| include-all | 'Print all matching sections (don't quit after first match)' | — | false |
| no-print-matched-heading | Do not include the matched heading in the output | — | false |
Outputs
| name | description |
|---|---|
| markdown | The extracted Markdown section body. |