Replace `padding-right` with `padding-inline-end` on badge title and GitHub label.
Fixes text hugging the edge in RTL languages, like Hebrew.
No visual change for LTR.
The :has() selector causes broad selector invalidation on every DOM
change. Using a direct class applied during badge creation is more
performant and avoids community scanner warnings.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Badges can now include clickable links with `[!!type:text>>link]` syntax.
Supports both wikilinks (`[[Note]]`) and external URLs.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>