Skip to content

Commit d2dfa86

Browse files
committed
docs: Add missing audit feature to README
1 parent a8634b1 commit d2dfa86

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)