md-to-txt

Installation
SKILL.md

Markdown to Plain Text

Strip all Markdown formatting and produce clean plain text. Useful for clipboard export, email body fallback, accessibility, and as input to text analysis tools.

Quick Start

node .github/muscles/md-to-txt.cjs source.md output.txt

Options

Flag Default Effect
--wrap N 80 Line wrap width (0 = no wrap)
--strip-frontmatter off Remove YAML frontmatter
--strip-mermaid off Replace Mermaid blocks with [diagram]
--strip-images off Replace image refs with alt text
--no-replace-em-dashes em-dashes ARE replaced for txt Keep literal
Related skills
Installs
1
First Seen
2 days ago