Skip to content

Fix code block language tags for proper syntax highlighting#8189

Merged
dereuromark merged 1 commit into5.xfrom
fix/code-block-language-tags
Jan 28, 2026
Merged

Fix code block language tags for proper syntax highlighting#8189
dereuromark merged 1 commit into5.xfrom
fix/code-block-language-tags

Conversation

@dereuromark
Copy link
Member

Summary

  • Replace ``` text with appropriate language tags across 34 documentation files for proper syntax highlighting
  • PHP code blocks → ``` php
  • Shell/CLI commands → ``` bash
  • HTML template strings → ``` html
  • Blocks that are genuinely plain text (URL patterns, crontab entries, ICU format syntax, print_r output, composer package names) are intentionally left as text

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.
@dereuromark dereuromark requested a review from josbeir January 28, 2026 19:13
@dereuromark dereuromark merged commit dd8987e into 5.x Jan 28, 2026
5 checks passed
@dereuromark dereuromark deleted the fix/code-block-language-tags branch January 28, 2026 19:19
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