Skip to content

Conversation

blink-so[bot]
Copy link
Contributor

@blink-so blink-so bot commented Aug 29, 2025

Closing this PR

This PR was addressing the symptom rather than the root cause. The real issue is in the registry-server's markdown rendering pipeline, not the content itself.

The markdown a [Premium](link) should correctly render as "a Premium" but the website is showing "aPremium". This indicates a bug in the markdown processor.

See registry-server issue #378 for the proper tracking of this rendering bug.

Replace inline markdown link with separate text and link to prevent
rendering engines from concatenating 'a' with '[Premium]' into 'aPremium'.

Fixes the display issue where 'External agents require aPremium Coder license'
was shown instead of 'External agents require a Premium Coder license'.

Co-authored-by: Matt Vollmer <[email protected]>
@blink-so blink-so bot closed this Aug 29, 2025
@blink-so blink-so bot changed the title fix: resolve Premium license text rendering issue CLOSED: Was addressing symptom not root cause Aug 29, 2025
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.

0 participants