Skip to content

Fix remaining RST escape artifacts and grammar issues#8206

Merged
dereuromark merged 1 commit into5.xfrom
fix-docs-deeper-review
Jan 30, 2026
Merged

Fix remaining RST escape artifacts and grammar issues#8206
dereuromark merged 1 commit into5.xfrom
fix-docs-deeper-review

Conversation

@dereuromark
Copy link
Member

Summary

Fixes remaining RST-to-Markdown conversion escape artifacts and grammar issues found during a deeper review.

RST escape artifacts (10 files):

Replaced RST-style escaped syntax (\$var, \<tag\>, \[\], =\>) with proper markdown inline code across:

  • views/helpers/text.md\$text, \<p\>, \<br\>
  • views/helpers/html.md\$attributes, \$options, \<table\>, \<tr\>, \<td\>, \[\]
  • views/helpers/paginator.md\<div\>...\</div\>
  • development/debugging.md\$path, \$line, \$context
  • controllers/request-response.md\$_SERVER, \$_ENV in heading
  • core-libraries/logging.md\$level.log, \$name, \$config
  • core-libraries/number.md\$currency in table header
  • core-libraries/caching.md=\>, \$value
  • plugins.md\[Plugin\]/\[Controller\]/\[view\]
  • contributing/tickets.md\[at\]
  • development/errors.md\_ prefix

Grammar fixes (3 files):

  • console-commands/completion.mdthe same way thanthe same way as
  • console-commands/commands.mdLets callLet's call
  • development/errors.md — missing space after dash in list item

@dereuromark dereuromark requested a review from josbeir January 30, 2026 08:48
@dereuromark dereuromark merged commit b318b57 into 5.x Jan 30, 2026
5 checks passed
@dereuromark dereuromark deleted the fix-docs-deeper-review branch January 30, 2026 08:54
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.

1 participant