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
Could not find the language 'cpp', did you forget to load/include a language module? [lib.js:152:25938](http://localhost:3000/quiz/lib.js)
Falling back to no-highlight mode for this block.
<code class="language-cpp">
[lib.js:152:25973](http://localhost:3000/quiz/lib.js)
My question:
[[questions]]
type = "MultipleChoice"prompt.prompt = """```cppint x = 0;```"""
I have the same error with python too.
I think it is because the code only imports rust:
I'm having this waning log:
My question:
I have the same error with python too.
I think it is because the code only imports rust:
mdbook-quiz/js/packages/quiz/src/components/snippet.tsx
Line 6 in b000274
And indeed for rust the highlight is working
The text was updated successfully, but these errors were encountered: