@davidwells/md-utils is a collection of markdown helpers used by documentation and content automation workflows.

It sits next to Markdown Magic as lower-level markdown plumbing: small parsing and string utilities that make markdown documents easier to inspect and transform.

Why it matters

Markdown becomes infrastructure once docs, READMEs, examples, and site content need to stay connected. Small utilities make those workflows easier to build without copying parsing logic everywhere.

Full documentation, synced from the package README:

Markdown utilities

Install

npm install @davidwells/md-utils

Other packages