Skip to content

Conversation

@privatejava
Copy link

@privatejava privatejava commented Jan 17, 2026

These HTML entities were rendering literally instead of as the intended characters in the documentation.

  • Replace &lt; and &gt; with actual < and > characters in ollama.md code blocks
  • Replace &amp;&amp; with && in shell-integration.mdx inline code

Important

Replace HTML entities with actual characters in ollama.md and shell-integration.mdx to fix rendering issues.

  • HTML Entity Replacement:
    • Replace &lt; and &gt; with < and > in ollama.md code blocks.
    • Replace &amp;&amp; with && in shell-integration.mdx inline code.

This description was created by Ellipsis for ca5e959. You can customize this summary. It will automatically update as commits are pushed.

@vercel
Copy link

vercel bot commented Jan 17, 2026

@privatejava is attempting to deploy a commit to the Roo Code Team on Vercel.

A member of the Team first needs to authorize it.

@roomote
Copy link
Contributor

roomote bot commented Jan 17, 2026

Rooviewer Clock   See task on Roo Cloud

Review complete. No issues found.

The changes correctly fix HTML entity rendering issues:

  • &amp;&amp; replaced with && in inline code (shell-integration.mdx)
  • &lt; and &gt; replaced with < and > in code blocks (ollama.md)

Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

1 participant