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
When I config only one theme, it works
markdown: { theme: 'vitesse-dark', },
When config both dark and light markdown theme, it can't work
markdown: { theme: { dark: 'vitesse-dark', light: 'vitesse-light', }, },
The text was updated successfully, but these errors were encountered:
fix(build): use addClass from shiki-processor
08ad2cf
reverts #1546 (fixed in upstream) fixes #1555
fix(build): use addClass from shiki-processor (#1557)
4b0b1ef
Successfully merging a pull request may close this issue.
When I config only one theme, it works
When config both dark and light markdown theme, it can't work
The text was updated successfully, but these errors were encountered: