generate_markdown_toc
Create a table of contents from Markdown headers to organize documentation and improve navigation. Specify header levels and generate anchor links for structured content.
Instructions
Generate a table of contents from Markdown headers
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | Markdown content to generate TOC from | |
| maxLevel | No | Maximum header level to include (1-6) | |
| generateAnchors | No | Whether to generate anchor links |