Format Converter Html Strip

loom-builderpromptmarkdown
Path: loom-builder/prompts/format-converter-html-strip.mdRelative: prompts/format-converter-html-strip.mdSubproject: loom-builderCategory: dispatch-prompts
Lines: 112Bytes: 3,722Imports: 0Exports: 0

Content Preview

  1. # Fix: Format Converter — Aggressive HTML→Markdown Stripping
  2. ## ROLE
  3. You are updating an existing static web app at `/home/mikes/format-converter/index.html`.
  4. ## PROBLEM
  5. The HTML→Markdown conversion currently preserves too much HTML cruft. The PRIMARY purpose of HTML→Markdown conversion is saving AI tokens. All the BS that comes with HTML (CSS, scripts, inline styles, SVG, data attributes, class names, meta tags) must be stripped aggressively.
  6. ## WHAT TO CHANGE
  7. Read `/home/mikes/format-conve