Chris Swithinbank
Chris Swithinbank
Awesome, thank you!
Thanks for the issue @KianNH! I tried @HiDeoo’s suggestion of [caching parts of our `treeify()` function](https://github.com/withastro/starlight/compare/main...HiDeoo:starlight:hd-experiment-treeify-cache) and saw some nice benefits although not totally game changing. Building the Cloudflare docs...
Hi @sgalcheung — would you be able to make a minimal reproduction for this issue? I’d like to test your PR but realised we don’t have an example of the...
Thanks for the reproduction! Just to make sure I understand the issue correctly, are you referring to this extra space, highlighted here between list item 3 and its children?
Ah, I see. Hmm, tricky. The Starlight styles here follow a quite common approach based on how Markdown processing works. When a list is authored without any newline spacing, list...
A caching layer could be interesting. But I guess you’d still need network access for initial requests, so not sure how you’d solve that?
Closing this as it’s been a while, and as far as I know the workflow is working well as-is. (I use it on several repos for example without issues.) Happy...
Thanks for the issue @VisualEhrmanntraut! Could you share a reproduction of the issue so we can debug it?
An online version using StackBlitz or a GitHub repo would be great if you could possibly make one. Downloading a random ZIP is always a little hairy — would prefer...
> I would've used StackBlitz No worries — it’s actually very easy to open any GitHub repo on StackBlitz by doing `stackblitz.com/REPO-URL`, so this is great. Will take a look.