File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,16 @@ Search for specific content across your Butter CMS account:
3535- Search for items containing OR NOT containing specific terms
3636- See exactly where matches were found with context snippets
3737- Highlighted matches for easy scanning
38- - Include draft content or published only
38+
39+ ### Audit HTML Bloat
40+ Detect bloated HTML attributes introduced when content is pasted from external tools:
41+ - Scans blog posts, page types, and collections simultaneously
42+ - Detects Microsoft Office artifacts (` mso- ` , ` paraid= ` , ` data-contrast ` , etc.)
43+ - Detects Figma attributes (` figma= ` , ` data-figma- ` )
44+ - Detects Google Docs markup (` google- ` , ` docs- ` )
45+ - Detects rich text editor remnants (` data-pm-slice ` )
46+ - Detects generic ` data-* ` attributes and inline event handlers (` onclick= ` , ` onerror= ` , etc.)
47+ - Shows context snippets around each finding for manual review
3948
4049## 🔧 Development
4150
You can’t perform that action at this time.
0 commit comments