Right floating image in GitHub’s README.md
Summary This incident examines why right‑floating images in GitHub README.md behave unpredictably, especially when placed near Markdown headings. GitHub’s Markdown renderer mixes Markdown and sanitized HTML, which leads to layout collisions such as header underline borders overlapping floated images. Root Cause The underlying issue is that GitHub’s Markdown engine (CommonMark + HTML sanitization) does not … Read more