Skip to content

Decode HTML entities in Blade guideline output#654

Merged
pushpak1300 merged 2 commits intomainfrom
fix-html-entities-in-guidelines
Mar 12, 2026
Merged

Decode HTML entities in Blade guideline output#654
pushpak1300 merged 2 commits intomainfrom
fix-html-entities-in-guidelines

Conversation

@pushpak1300
Copy link
Member

Blade's {{ }} syntax HTML-escapes output, converting characters like " to ". Since guideline templates render to Markdown files (not HTML), these entities appear as literal garbage in CLAUDE.md.

Fixes #652

Approach

  • Decode HTML entities after Blade rendering, before writing to Markdown files

@pushpak1300 pushpak1300 marked this pull request as ready for review March 11, 2026 23:10
@pushpak1300 pushpak1300 merged commit b69f882 into main Mar 12, 2026
22 checks passed
@pushpak1300 pushpak1300 deleted the fix-html-entities-in-guidelines branch March 12, 2026 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unecessarily converted " entities in CLAUDE files

1 participant