ntnn/Extract Code Blocks from Markdown
Extract code blocks from markdown files with filtering
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input | Path(s) to the input markdown file(s) | yes | — |
| output | Path to the output file (default: "", not compatible with multi) | no | "" |
| multi | Extract inputs to multiple files based on the file tag (default: false, not compatible with output) | no | false |
| tags | Comma-separated tags to filter code blocks | no | "" |
| exclude-tags | Comma-separated tags to exclude code blocks | no | "" |
| exclude-comments | Whether to include code blocks inside HTML comments (default: false) | no | false |
Outputs
no outputs