Chris Swithinbank
Chris Swithinbank
Thanks again for this issue @markteekman! Sorry it’s taken long to go through it all — it’s a lot of stuff all in one place 😅 I think for the...
Just adding a note for the record that the latest Expressive Code release (0.41.4) fixes the copy button issue mentioned above (see https://github.com/expressive-code/expressive-code/pull/369 for implementation). Starlight already use v0.41.x of...
Just noting that you can get something like this style using a little CSS: ```css .link-preview { --link-preview-width: 100%; flex-direction: row-reverse; column-gap: 1rem; } .link-preview :is(img, video) { width: 12rem;...
I don’t think this is related to this package? All this package does is embed an image that, when clicked, loads the standard YouTube ``. If you’re using a ``,...
Would love a PR from someone adding this!
> I guess this may be fixable with a box-shadow instead of removing the border, but didn't investigate further yet. Ah, good catch. We probably need the `box-shadow` on `[role=tab]`...
Hi @NatanTechofNY and @dylantientcheu — yes, thanks for your patience! Do you have a rough timeline of when you’re planning for v4 to move out of beta? I’ll obviously go...
Thanks for the issue @Mikescops! I remember looking into this briefly a while ago and it being tricky, but we should definitely try to find a solution. I wonder whether...
I don’t think we’d need something as complex as `detect-package-manager` in this case because we should be able to detect how the command was run, e.g. using something like [the...
> Does this affect #1885 in any way? Could we close it or should we still take a look at that? Good question. The intention of that PR still stands:...