Skip to content

Fix RDoc formatting in doc/command_line_usage.rdoc#693

Merged
hsbt merged 1 commit intomasterfrom
fix-markup
Feb 6, 2026
Merged

Fix RDoc formatting in doc/command_line_usage.rdoc#693
hsbt merged 1 commit intomasterfrom
fix-markup

Conversation

@hsbt
Copy link
Member

@hsbt hsbt commented Feb 6, 2026

Fixes #689

Copilot AI review requested due to automatic review settings February 6, 2026 02:20
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request fixes RDoc formatting issues in the command line usage documentation that were causing markup to appear literally in the generated HTML instead of being properly rendered.

Changes:

  • Removed nested <em> tags from inside <tt> tags, which were rendering as literal text in HTML
  • Moved parameter placeholders outside of <tt> tags to use proper underscore formatting for italics
  • Corrected the formatting of code examples to use <tt> tags properly

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@hsbt hsbt merged commit 5adb915 into master Feb 6, 2026
79 checks passed
@hsbt hsbt deleted the fix-markup branch February 6, 2026 03:16
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.

Rake Command Line Usage HTML contains markup

1 participant