Skip to content

Conversation

blink-so[bot]
Copy link
Contributor

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

Fixes #19409

Fixes a rendering bug where GFM alerts (e.g., NOTE/TIP/IMPORTANT) lost content when links were present.

Changes:

  • Update Markdown alert parsing to include sibling nodes after the alert header paragraph so all alert content renders
  • Ensure links inside alerts open in a new tab and include screen-reader hint

Testing:

  • Storybook CI build for Markdown stories; GFM alerts render correctly with links
  • Site tests: 640 passed locally

No server changes.

blink-so bot added 2 commits August 19, 2025 17:36
…railing content renders inside the alert by including sibling nodes after the header paragraph. Adds target=_blank and sr-only text for links inside alerts.\n\nCo-authored-by: jaaydenh <1858163+jaaydenh@users.noreply.github.com>
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.

bug: GFM alerts not displaying properly when links are present
0 participants