We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
n/a (could not copy output in stackblitz)
https://stackblitz.com/edit/github-c2mjun?file=content%2Findex.md
This can be seen in the documentation as well:
The code/preview implies it should have syntax highlighting.
Somehow I could not find an existing issue about this 😅 sorry if this is a duplicate!
No response
The text was updated successfully, but these errors were encountered:
Highlight is disabled by default, you need to enable it in nuxt.config.ts:
nuxt.config.ts
content: { highlight: { theme: 'github-light' } }
Also for inline code you need to specify the language:
`const y: string = "Hello, world!";`{lang="ts"}
Sorry, something went wrong.
No branches or pull requests
Environment
n/a (could not copy output in stackblitz)
Reproduction
https://stackblitz.com/edit/github-c2mjun?file=content%2Findex.md
Describe the bug
This can be seen in the documentation as well:
The code/preview implies it should have syntax highlighting.
Additional context
Somehow I could not find an existing issue about this 😅 sorry if this is a duplicate!
Logs
No response
The text was updated successfully, but these errors were encountered: