find_code_blocks
Extract and filter code blocks from markdown files by programming language to analyze documentation content.
Instructions
Find all fenced code blocks in a markdown file. Optionally filter by language (e.g. typescript, python).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the markdown file | |
| language | No | Optional: filter by language (e.g. typescript, python) |