) : (
/* highlightLines uses hljs which HTML-escapes all input text, producing only tags.
This is safe: the source is our own renderToolInput() output, not arbitrary user HTML.
Same pattern used in ReviewDiffContent.tsx and DiffViewer for syntax highlighting. */
lines.map((html, i) => (
))
)}