You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is causing some render blocking issues, that contents are partially shown and then followed by a layout shift, see the home page of https://tauri.app/, set a higher network delay in the dev tools to see it easier.
video.mp4
(the header flashing seems to be video encoding artifacts, sorry please ignore)
I would expect to see the style link to be emitted to the <head> instead of alone side with the code blocks. This also applies to the script tags.
Participation
I am willing to submit a pull request for this issue.
What version of Expressive Code are you using?
0.44.0
What tools are you using Expressive Code with?
Starlight
What package manager are you using?
pnpm
What operating system are you using?
Windows
What browser are you using?
Chrome
Describe the Bug
This is causing some render blocking issues, that contents are partially shown and then followed by a layout shift, see the home page of https://tauri.app/, set a higher network delay in the dev tools to see it easier.
video.mp4
(the header flashing seems to be video encoding artifacts, sorry please ignore)
I would expect to see the style link to be emitted to the
<head>instead of alone side with the code blocks. This also applies to thescripttags.Participation