Skip to content

docs: fix markdown inside float and flex grid callouts - #15551

Open
Hashim1999164 wants to merge 1 commit into
foundation:developfrom
Hashim1999164:docs/fix-grid-callout-markdown-15528
Open

Hashim1999164 wants to merge 1 commit into
foundation:developfrom
Hashim1999164:docs/fix-grid-callout-markdown-15528

Conversation

@Hashim1999164

@Hashim1999164 Hashim1999164 commented Jul 23, 2026

Copy link
Copy Markdown

Summary

  • The Importing alert callouts on the float grid and flex grid docs pages used Markdown (**bold** and [link](...)) inside HTML <div> tags.
  • That Markdown is not converted when nested in HTML, so the docs showed raw asterisks and brackets instead of bold text and a working link.
  • Replaced those bits with <strong> and <a href="xy-grid.html"> so the callouts render like the other alerts on the same pages.

Fixes #15528

Test plan

  • Open the float grid docs Importing section and confirm the alert shows bold text and a clickable XY Grid link
  • Open the flex grid docs Importing section and confirm the same
  • Confirm no raw ** or [XY Grid](...) text remains in those callouts

Markdown inside HTML callouts is not converted, so the Importing
warnings on the float and flex grid pages showed raw asterisks and
brackets. Use HTML tags instead so the alert text displays correctly.

Fixes foundation#15528
@sonarqubecloud

Copy link
Copy Markdown

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.

Documentation markdown being ignored when wrapped in html

1 participant