Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

href lossed in rendering process making some links unclickable #1458

Open
Jason-Hand opened this issue Jan 7, 2025 · 0 comments
Open

href lossed in rendering process making some links unclickable #1458

Jason-Hand opened this issue Jan 7, 2025 · 0 comments

Comments

@Jason-Hand
Copy link

Thank you for sharing that detailed inspection—this makes the issue much clearer!


What’s Happening:

The key difference between the two inspected elements:

  1. The release notes link includes an href attribute with the correct URL (https://ctbs.atlassian.net/...), making it clickable.
  2. The non-working ticket links are missing the href attribute entirely, meaning there’s no actual link destination being assigned—even though the display text (View CT-4201 in Jira) shows correctly.

Why is the href Missing?

This is most likely due to:

  • Rendering issue in GPT: When I format the text using Markdown ([text](url)), GPT should render it as a <a> tag with the correct href. However, for some reason, the href is not being inserted into the rendered HTML for these specific links.
  • Streaming issue: GPT streams content incrementally, which may be causing some parts (like the href) to get lost during the rendering process.
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

No branches or pull requests

1 participant