-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
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
In the nuxt.js, highlight and math do not take effect, what should I do? #25
Comments
Thanks for the report! Could you please provide a reproduction case, for example, https://codesandbox.io/ ? |
https://codesandbox.io/s/purple-platform-orctn?file=/pages/index.vue |
Seems like a CSS problem. Could you please add these lines as follows and check if it works as expected? import 'highlight.js/styles/vs.css';
import 'katex/dist/katex.css'; |
thx, this is indeed the reason |
how to using bytemd/vue with nuxt2 |
In the nuxt.js, highlight and math do not take effect, what should I do?
`
`
The text was updated successfully, but these errors were encountered: