vuejs / theme

VitePress theme for vuejs.org.
MIT License
245 stars 87 forks source link

Code block style problem #54

Closed flingyp closed 2 years ago

flingyp commented 2 years ago

In the demo module, it is found that when the automatic line number configured for vitepress is true, the following problems will occur when using the custom code block vue-html, class line-numbers-mode is missing. There is also a problem with the font color of bright mode line size text. {D{}X0UUVU)Q0QOJ76KS~HY

Jinjiang commented 2 years ago

@flingyp after double-checking, the official Vue doc site currently doesn't enable the line number mode. So it won't affect anything here. However, I think it's a bug of Vitepress, so I created another one there to keep on track further. Thanks.

https://github.com/vuejs/vitepress/issues/1105