md_index.py — converts comma-separated text expressions into Markdown anchor-style link items.
This script is useful for quickly generating a table-of-contents-style list from plain text phrases, where each item links to an internal section anchor.
python md_index.py "First Item, Second Item, Third Item"
Expressions separated by commas
"Getting Started, Installation Guide, Usage Notes"- [Expression](#expression-slug)python md_index.py "Hello World, Data Pipeline, API Reference"