Format Converter Html Strip
Path:
loom-builder/prompts/format-converter-html-strip.mdRelative: prompts/format-converter-html-strip.mdSubproject: loom-builderCategory: dispatch-promptsLines: 112Bytes: 3,722Imports: 0Exports: 0
Content Preview
- # Fix: Format Converter — Aggressive HTML→Markdown Stripping
- ## ROLE
- You are updating an existing static web app at `/home/mikes/format-converter/index.html`.
- ## PROBLEM
- 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.
- ## WHAT TO CHANGE
- Read `/home/mikes/format-conve