Scripts

Markdown Index Script

md_index.py — converts comma-separated text expressions into Markdown anchor-style link items.

What it does

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.

How to run it

python md_index.py "First Item, Second Item, Third Item"

Inputs

Outputs

Example

python md_index.py "Hello World, Data Pipeline, API Reference"