We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07cd6f9 commit 82cb609Copy full SHA for 82cb609
apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/copilot.tsx
@@ -160,7 +160,7 @@ export const Copilot = forwardRef<CopilotRef, CopilotProps>(
160
161
// Process markdown links: [text](url)
162
processedContent = processedContent.replace(
163
- /\[([^\]]+)\]\(([^\)]+)\)/g,
+ /\[([^\]]+)\]\(([^)]+)\)/g,
164
'<a href="$2" target="_blank" rel="noopener noreferrer" class="text-blue-600 hover:text-blue-800 font-semibold underline transition-colors">$1</a>'
165
)
166
0 commit comments