Skip to content
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

fail to render focus in code block when config both dark and light markdown theme #1555

Closed
ylw5 opened this issue Oct 30, 2022 · 0 comments · Fixed by #1557
Closed

fail to render focus in code block when config both dark and light markdown theme #1555

ylw5 opened this issue Oct 30, 2022 · 0 comments · Fixed by #1557

Comments

@ylw5
Copy link
Contributor

ylw5 commented Oct 30, 2022

When I config only one theme, it works

  markdown: {
    theme: 'vitesse-dark',
  },

image
When config both dark and light markdown theme, it can't work

markdown: {
  theme: {
    dark: 'vitesse-dark',
    light: 'vitesse-light',
  },
},

image

brc-dd added a commit that referenced this issue Oct 30, 2022
reverts #1546 (fixed in upstream)
fixes #1555
brc-dd added a commit that referenced this issue Oct 30, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant