vuepress-plugin-code-switcher
vuepress-plugin-code-switcher copied to clipboard
fix: Correct display property value in style attribute to resolve CSS…
This pull request addresses a CSS parse error reported by the W3C Validator. The issue was related to an incorrect display property value in the style attribute. The fix ensures that the display property is properly set in the style attribute, resolving the parse error. This modification enhances the code switcher's compatibility with W3C standards.