You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add markdownlint config to fix Documentation Check CI
- Add .markdownlint.json to disable strict rules for inline HTML
- Allow inline HTML (MD033) for decorative elements
- Allow first line without heading (MD041) for images
- Allow images without alt text (MD045) for decorative badges
- Allow link fragments (MD051) for anchor links
- Increase line length limit to 100 (MD013)
- Should fix Documentation Check CI workflow
0 commit comments