html-to-md

Installation
SKILL.md

HTML to Markdown

Convert HTML documents to clean Markdown. Strips inline styles, scripts, and tracking pixels while preserving semantic structure.

Quick Start

node .github/muscles/html-to-md.cjs page.html page.md

What's preserved

  • Headings, paragraphs, lists, blockquotes
  • Tables (when structure is regular)
  • Links and inline code
  • Image references (URLs kept as-is)
  • Emphasis (bold, italic, strikethrough)

What's dropped

Related skills
Installs
1
First Seen
3 days ago