fix: zensical strict mode fixes for comparison pages#303
Conversation
Signed-off-by: Onuralp SEZER <onuralp@ultralytics.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
👋 Hello @onuralpszr, thank you for submitting this
For more guidance, please refer to our Contributing Guide. Don't hesitate to leave a comment if you have any questions. Thank you for contributing to Ultralytics! 🚀 |
UltralyticsAssistant
left a comment
There was a problem hiding this comment.
🔍 PR Review
Made with ❤️ by Ultralytics Actions
The PR looks clean based on the provided diff. The change is narrowly scoped, applied consistently across the comparison pages shown, and does not introduce any obvious functional, performance, or maintainability issues.
|
Closed in favor of ultralytics/ultralytics#24389 |
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
🛠️ This PR applies a large-scale docs consistency fix by HTML-escaping the
active-modelsarray in comparison page chart<canvas>tags across many model-vs-model pages.📊 Key Changes
["YOLO11", "YOLO26"]with HTML-escaped equivalents like["YOLO11", "YOLO26"]in theactive-modelsattribute.docs/en/compare/, including pages for DAMO-YOLO, EfficientDet, PP-YOLOE+, RTDETRv2, YOLO11, YOLO26, YOLOv10, YOLOv5, YOLOv6, YOLOv7, YOLOv8, YOLOv9, and YOLOX.🎯 Purpose & Impact