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
You can go to the minimal reproduction below and npm run dev, then check http://localhost:5173/zap/docs to see the problem. The Code component is under src/components/Code.svelte.
Uh oh!
There was an error while loading. Please reload this page.
Validations
Describe the bug
Hi!
I just noticed that in Typst language, if you put something like this:
Inside Shiki, the inside of the
{}
is totally broken (the text is full black). It looks like this with the GitHub light theme:But if I remove the
zap
before thecanvas
, everything works perfectly:Here's the code I used :
You can go to the minimal reproduction below and
npm run dev
, then checkhttp://localhost:5173/zap/docs
to see the problem. The Code component is under src/components/Code.svelte.Reproduction
https://github.com/l0uisgrange/shiki-minimal-example
Contributes
The text was updated successfully, but these errors were encountered: