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
Fix code block language tags for proper syntax highlighting (#8189)
Replace ``` text with appropriate language tags (php, bash, html)
across 34 documentation files to enable proper syntax highlighting.
Blocks that are genuinely plain text (URL patterns, crontab entries,
ICU format syntax, print_r output) are intentionally left as text.
0 commit comments