Skip to content

Conversation

@jaredwray
Copy link
Owner

Remove all code references and links to old source paths from the HTML
helpers documentation. All documented functions (attr, css, js, sanitize,
ul, ol, thumbnailImage) are validated and working with 24 passing tests.

Remove all code references and links to old source paths from the HTML
helpers documentation. All documented functions (attr, css, js, sanitize,
ul, ol, thumbnailImage) are validated and working with 24 passing tests.
- Add clear input/output examples for all 7 helpers
- Show single and multiple value usage for css and js helpers
- Add practical examples for sanitize (XSS prevention)
- Add complete examples for ul and ol block helpers
- Document all thumbnailImage properties with real-world examples
- Fix incorrect parameter documentation (context.src -> context.thumbnail)
- Use consistent formatting with handlebars and html code blocks
@codecov
Copy link

codecov bot commented Jan 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (6e10560) to head (9cce250).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #189   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           23        23           
  Lines         1172      1172           
  Branches       301       301           
=========================================
  Hits          1172      1172           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: edfca3c962

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

CoffeeScript is outdated and no longer commonly used.
The sanitize helper uses striptags which removes HTML tags but preserves
all text content. Updated the example to show a realistic use case and
added a note clarifying it's not a security sanitizer for untrusted input.
@jaredwray jaredwray merged commit a7cbb12 into main Jan 13, 2026
8 checks passed
@jaredwray jaredwray deleted the claude/validate-cleanup-docs-zZc8m branch January 13, 2026 17:05
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.

3 participants