mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
Redocly 0.131.0 changed CommonMark parsing so [[Source]] on its own line after a heading is emitted as a separate <p> instead of inline inside <h1>. That <p> collapsed to zero height (floated child), causing the [Source] link to bleed into the description paragraph below. Fix via overflow:hidden on the <p> containing the [Source] link, which creates a block formatting context and makes the paragraph contain its floated child properly. No markdown files need to change. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>