get_section
Extract content from a specific heading in a markdown file until the next heading of same or higher level.
Instructions
Extract a section by heading from a markdown file. Returns content from that heading until the next heading of same or higher level.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the markdown file | |
| heading | Yes | Heading text to find (case-insensitive) |