batch_convert
Batch convert Markdown files to plain text, applying customizable formatting for headings, lists, code blocks, tables, and links.
Instructions
Batch convert markdown files in a directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | ||
| pattern | No | File name pattern (default: *.md) | |
| directory | Yes | Directory path | |
| recursive | No | Whether to recursively process subdirectories |