Skip to content

docs: fix broken markdown around AgentDojo ground_truth.json - #29

Merged
pengyuzhang merged 1 commit into
uber:mainfrom
itsakshaysb:docs/fix-agentdojo-ground-truth-markdown
Aug 6, 2026
Merged

docs: fix broken markdown around AgentDojo ground_truth.json#29
pengyuzhang merged 1 commit into
uber:mainfrom
itsakshaysb:docs/fix-agentdojo-ground-truth-markdown

Conversation

@itsakshaysb

Copy link
Copy Markdown
Contributor

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Related issue: N/A

What changed?
Fixed broken bold/backtick nesting in the AgentDojo Ground Truth heading in Detection/README.md so ground_truth.json renders correctly.

Why?
The previous markdown nested bold markers around an inline code span incorrectly, which broke rendering on GitHub.

How did you test it?
Verified the updated markdown locally and confirmed the heading renders as intended.

Potential risks
None — documentation-only change.

@CLAassistant

CLAassistant commented Aug 6, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Co-authored-by: Cursor <cursoragent@cursor.com>
@itsakshaysb
itsakshaysb force-pushed the docs/fix-agentdojo-ground-truth-markdown branch from 204cb1f to 72592fa Compare August 6, 2026 16:15

@pengyuzhang pengyuzhang left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Verified the rendering difference through GitHub's GFM endpoint. The old form parsed into three spans — the opening paren inside the bold run and a separate bold run around the closing paren — which reads as bolded punctuation and is inconsistent with **Key Metrics in** summary.json: four lines above. Confirmed this is the only occurrence of the pattern across the repo's markdown. Clean, minimal fix.

@pengyuzhang
pengyuzhang merged commit 8f83e9a into uber:main Aug 6, 2026
5 of 7 checks passed
@itsakshaysb
itsakshaysb deleted the docs/fix-agentdojo-ground-truth-markdown branch August 6, 2026 18:30
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