Replies: 1 comment
-
Can you explain what you're trying to do? If you're using data loaders files, you can await the result there and return strings from there? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create syntax highlighting for a variable because it doesn't work by design (I am loading code samples from a files )
I want to use shiki and convert code sample to html as decribed here
#2315 (comment)
but shiki use promises and I cant return string from component.
Beta Was this translation helpful? Give feedback.
All reactions